diff --git a/zshrc.zsh b/zshrc.zsh index 24f57e0..b8bc35e 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -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)"