Add init of thefuck
This commit is contained in:
parent
a77fa59131
commit
248f4be293
1 changed files with 5 additions and 0 deletions
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue