dotfiles/zsh/plugins/mcfly.plugin.zsh

6 lines
93 B
Bash

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