mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:49:03 -08:00
move noglob/nocorrect to the bottom to fix issues
This commit is contained in:
parent
5b8791e82f
commit
6ead9babd3
1 changed files with 6 additions and 6 deletions
12
home/zshrc
12
home/zshrc
|
@ -152,12 +152,6 @@ wipe() {
|
||||||
echo "\e[0m\n"
|
echo "\e[0m\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
for x in ack cd cp ebuild gcc gist grep ln man mkdir mv rm
|
|
||||||
alias $x="nocorrect $x"
|
|
||||||
for x in ai arith curl fc find ftp hex history let locate rsync scp sftp tw twitch wget youtube-dl yt ytg
|
|
||||||
alias $x="noglob $x"
|
|
||||||
unset x
|
|
||||||
|
|
||||||
alias sc="~/sh/sc" # only runs in bash (for now), so be explicit with path
|
alias sc="~/sh/sc" # only runs in bash (for now), so be explicit with path
|
||||||
alias pl="print -l" # not in -shrc because this only makes sense with zsh
|
alias pl="print -l" # not in -shrc because this only makes sense with zsh
|
||||||
|
|
||||||
|
@ -246,4 +240,10 @@ function {
|
||||||
export LS_COLORS="$lsc"
|
export LS_COLORS="$lsc"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for x in ack cd cp ebuild gcc gist grep ln man mkdir mv rm
|
||||||
|
alias $x="nocorrect $x"
|
||||||
|
for x in ai arith curl fc find ftp hex history let locate rsync scp sftp tw twitch wget youtube-dl yt ytg
|
||||||
|
alias $x="noglob $x"
|
||||||
|
unset x
|
||||||
|
|
||||||
source ~/.prezto-compinit
|
source ~/.prezto-compinit
|
||||||
|
|
Loading…
Reference in a new issue