mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] remove Oh-My-Zsh correction aliases
This commit is contained in:
parent
2caaa42759
commit
ef5f4042e1
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
# remove Oh-My-Zsh correction aliases
|
||||||
|
for cmd in cp ebuild gist heroku hpodder man mkdir mv mysql sudo; do
|
||||||
|
unalias $cmd
|
||||||
|
done
|
||||||
|
|
||||||
# this alias removes leading dollar sign (useful when copying code from Stackoverflow)
|
# this alias removes leading dollar sign (useful when copying code from Stackoverflow)
|
||||||
alias '$'=''
|
alias '$'=''
|
||||||
# this alias allows aliases to work with sudo
|
# this alias allows aliases to work with sudo
|
||||||
|
|
Loading…
Reference in a new issue