dotfiles/zsh/plugins/mcfly.plugin.zsh

6 lines
90 B
Bash

#!/usr/bin/env zsh
# McFly
if type mcfly > /dev/null; then
eval "$(mcfly init zsh)"
fi