From 51dfc7962b49c5c4fc6e948870837274787c9bbf Mon Sep 17 00:00:00 2001 From: ShokiNN Date: Tue, 12 Jan 2021 18:46:47 +0100 Subject: [PATCH] add fuck alias for thefuck --- dotfiles/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index ee89129..e747d0e 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -123,6 +123,7 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" alias dotdrop='eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh' +eval $(thefuck --alias) # Enable pipx completions if [ -f "$HOME/.local/bin/pipx" ]; then