dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 10e1954f91f9644437b026de33aa72ebe8449a19
parent 75b5dca8e333244172f362c23da5b5888e4101a2
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 15 Feb 2021 10:25:33 +0100

shell: undo alias override

Diffstat:
Mshell/zshrc | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -52,12 +52,9 @@ autoload -Uz bracketed-paste-magic zle -N bracketed-paste bracketed-paste-magic # Auto correct commands, with exceptions (from oh-my-zsh) -alias cp='nocorrect cp' alias g='nocorrect git' alias git='nocorrect git' alias man='nocorrect man' -alias mkdir='nocorrect mkdir' -alias mv='nocorrect mv' alias sudo='nocorrect sudo' setopt correct setopt correct_all