Add init of thefuck

This commit is contained in:
Jonny Barnes 2022-01-09 09:23:56 +00:00
parent a77fa59131
commit 248f4be293

View file

@ -113,6 +113,11 @@ test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_in
# Source the untracked `extra` file
test -e $HOME/.extra && source $HOME/.extra
# Init the fuck
if type thefuck &> /dev/null; then
eval $(thefuck --alias)
fi
# Init starship prompt -- https://starship.rs
eval "$(starship init zsh)"