Fix mcfly loading

This commit is contained in:
Jonny Barnes 2022-03-20 17:03:15 +00:00
parent 47f6a2b7ef
commit c8a38abaf9

View file

@ -127,8 +127,8 @@ fi
test -e $HOME/git/forgit/forgit.plugin.zsh && source ~/git/forgit/forgit.plugin.zsh test -e $HOME/git/forgit/forgit.plugin.zsh && source ~/git/forgit/forgit.plugin.zsh
# McFly # McFly
if type mcfly &> /dev/null; then if type mcfly > /dev/null; then
eval $(mcfly init zsh) eval "$(mcfly init zsh)"
fi fi
# Init starship prompt -- https://starship.rs # Init starship prompt -- https://starship.rs