From 37375c3625a0b2ee2d13b71ec37d5d1991476e39 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 6 May 2021 15:17:07 +0200 Subject: [PATCH] added thefuck alias --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8b6652e..b0e80a5 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -33,4 +33,5 @@ alias grep='grep --color=auto' alias ip='ip -color=auto' alias emacs='emacs -nw' +eval $(thefuck --alias) eval "$(LC_ALL="en_US.UTF-8" starship init zsh)"