7 lines
90 B
Bash
7 lines
90 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
# McFly
|
||
|
if type mcfly > /dev/null; then
|
||
|
eval "$(mcfly init zsh)"
|
||
|
fi
|