Skip to content

Commit

Permalink
🔧 remove q alias
Browse files Browse the repository at this point in the history
Removing q alias as it conflicts with AWS Code Whisperer CLI and there is already an existing alias for the same exit functionality `:q`
  • Loading branch information
wingy3181 committed Aug 18, 2024
1 parent 037de3c commit 87faaca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shell/bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ alias mrmp="mrm --preset @wingy3181/mrm-preset-wingy3181"
alias n="npm"
alias nr="npm run"
alias path='printf "%b\n" "${PATH//:/\\n}"'
alias q="exit"
alias hosts='sudo $EDITOR /etc/hosts' # Open hosts file in default editor
alias scrcpyw="setup-scrcpy"
alias ssh="sshrc"
Expand Down

0 comments on commit 87faaca

Please sign in to comment.