7 lines
101 B
Bash
7 lines
101 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
# Init the fuck
|
||
|
if type thefuck > /dev/null; then
|
||
|
eval "$(thefuck --alias)"
|
||
|
fi
|