Fix mcfly loading
This commit is contained in:
parent
47f6a2b7ef
commit
c8a38abaf9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue