mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove thefuck package which is basically never use
This commit is contained in:
@@ -48,7 +48,6 @@ CORE_PKGS=(
|
|||||||
source-highlight
|
source-highlight
|
||||||
sshfs
|
sshfs
|
||||||
the_silver_searcher
|
the_silver_searcher
|
||||||
thefuck
|
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
watch
|
watch
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ fi
|
|||||||
source "$DOTSHELL/emacs.sh"
|
source "$DOTSHELL/emacs.sh"
|
||||||
source "$DOTSHELL/git.sh"
|
source "$DOTSHELL/git.sh"
|
||||||
source "$DOTSHELL/tmux.sh"
|
source "$DOTSHELL/tmux.sh"
|
||||||
source "$DOTSHELL/thefuck.sh"
|
|
||||||
source "$DOTSHELL/ctags.sh"
|
source "$DOTSHELL/ctags.sh"
|
||||||
source "$DOTSHELL/less.sh"
|
source "$DOTSHELL/less.sh"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
#
|
|
||||||
# thefuck
|
|
||||||
#
|
|
||||||
|
|
||||||
if command -v thefuck > /dev/null; then
|
|
||||||
eval "$(thefuck --alias)"
|
|
||||||
fi
|
|
||||||
Reference in New Issue
Block a user