Remove thefuck package which is basically never use

This commit is contained in:
2018-07-19 21:07:49 +01:00
parent 191f7efa1a
commit 4bf36152c7
3 changed files with 0 additions and 9 deletions

View File

@@ -48,7 +48,6 @@ CORE_PKGS=(
source-highlight
sshfs
the_silver_searcher
thefuck
tmux
tree
watch

View File

@@ -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"

View File

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