add fuck alias for thefuck

This commit is contained in:
Philip Henning 2021-01-12 18:46:47 +01:00
parent a4650d4cee
commit 51dfc7962b

View file

@ -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