From 30db6e1779b66af7e919902e4952639c2336fc63 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 19 Jun 2019 10:02:51 +0200 Subject: [PATCH] ZSH: Remove thefuck --- shells/zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 21e973f..c28932d 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -83,7 +83,6 @@ export ARCHFLAGS="-arch x86_64" # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" alias zshrc="$EDITOR ~/.zshrc" -eval "$(thefuck --alias)" alias l="ls" alias diff='colordiff' alias grep='grep --color=auto'