From 6ead9babd33d301e894925095ca2e44fcd49b564 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 4 Jul 2021 14:08:52 +0200 Subject: [PATCH] move noglob/nocorrect to the bottom to fix issues --- home/zshrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/zshrc b/home/zshrc index 2c4b246..1d4620f 100644 --- a/home/zshrc +++ b/home/zshrc @@ -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