diff --git a/bin/bootstrap-homebrew b/bin/bootstrap-homebrew index 1682e94..ade07ab 100755 --- a/bin/bootstrap-homebrew +++ b/bin/bootstrap-homebrew @@ -48,7 +48,6 @@ CORE_PKGS=( source-highlight sshfs the_silver_searcher - thefuck tmux tree watch diff --git a/shell/_main.sh b/shell/_main.sh index 54882ed..086c75d 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -35,7 +35,6 @@ fi source "$DOTSHELL/emacs.sh" source "$DOTSHELL/git.sh" source "$DOTSHELL/tmux.sh" -source "$DOTSHELL/thefuck.sh" source "$DOTSHELL/ctags.sh" source "$DOTSHELL/less.sh" diff --git a/shell/thefuck.sh b/shell/thefuck.sh deleted file mode 100644 index f028e1f..0000000 --- a/shell/thefuck.sh +++ /dev/null @@ -1,7 +0,0 @@ -# -# thefuck -# - -if command -v thefuck > /dev/null; then - eval "$(thefuck --alias)" -fi