From 40d1130019e026bc361f6ee1ffae107b54bf721c Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 12 Aug 2021 17:58:34 +0200 Subject: [PATCH] removed thefuck --- .config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7d58291..0eba844 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -33,5 +33,4 @@ alias diff='diff --color=auto' alias grep='grep --color=auto' alias ip='ip -color=auto' -eval $(thefuck --alias) eval "$(LC_ALL="en_US.UTF-8" starship init zsh)"