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