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