Add thefuck

This commit is contained in:
2017-09-11 15:32:57 +01:00
parent fc977e311b
commit 7a37c6d01f
3 changed files with 9 additions and 0 deletions

7
shell/thefuck.sh Normal file
View File

@@ -0,0 +1,7 @@
#
# thefuck
#
if command -v thefuck > /dev/null; then
eval "$(thefuck --alias)"
fi