From 4bf36152c748b6bdc3e69ca0a50f31e5f0b08b4e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jul 2018 21:07:49 +0100 Subject: [PATCH] Remove thefuck package which is basically never use --- bin/bootstrap-homebrew | 1 - shell/_main.sh | 1 - shell/thefuck.sh | 7 ------- 3 files changed, 9 deletions(-) delete mode 100644 shell/thefuck.sh 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