1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 02:43:23 -07:00

move noglob/nocorrect to the bottom to fix issues

This commit is contained in:
Connor Olding 2021-07-04 14:08:52 +02:00
parent 5b8791e82f
commit 6ead9babd3

View File

@ -152,12 +152,6 @@ wipe() {
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 pl="print -l" # not in -shrc because this only makes sense with zsh
@ -246,4 +240,10 @@ function {
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