dotfiles/zsh/plugins/mcfly.plugin.zsh

6 lines
93 B
Shell
Raw Normal View History

#!/usr/bin/env zsh
# McFly
if (( ${+commands[mcfly]} )); then
eval "$(mcfly init zsh)"
fi