Remove thefuck from fish config

Fix slow startup.
This commit is contained in:
2016-10-24 16:52:57 -07:00
parent 5d94e6a36d
commit 86a5571f79

View File

@@ -34,15 +34,6 @@ set --universal fish_greeting
[ -f /usr/local/share/autojump/autojump.fish ]; and . /usr/local/share/autojump/autojump.fish [ -f /usr/local/share/autojump/autojump.fish ]; and . /usr/local/share/autojump/autojump.fish
# =======
# thefuck
# https://github.com/nvbn/thefuck
# =======
if which thefuck > /dev/null
eval (thefuck --alias | tr '\n' ';')
end
# ========= # =========
# Functions # Functions
# ========= # =========