Files
dotfiles/shell/thefuck.sh
2017-09-11 15:33:46 +01:00

8 lines
86 B
Bash

#
# thefuck
#
if command -v thefuck > /dev/null; then
eval "$(thefuck --alias)"
fi