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

View File

@@ -56,6 +56,7 @@ main() {
sshfs
tccutil
the_silver_searcher
thefuck
tmux
wget
zsh

View File

@@ -38,6 +38,7 @@ fi
source "$DOTSHELL/emacs.sh"
source "$DOTSHELL/git.sh"
source "$DOTSHELL/tmux.sh"
source "$DOTSHELL/thefuck.sh"
source "$DOTSHELL/ctags.sh"
# Development

7
shell/thefuck.sh Normal file
View File

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