Add thefuck

main
Steffen Rademacker 8 years ago
parent 65c7e70a28
commit c603f788f9

@ -19,6 +19,7 @@ brew install clipper
brew install coreutils
brew install fasd
brew install git
brew install thefuck
brew install tmux
brew install tree
brew install zsh

@ -30,3 +30,6 @@ export GREP_COLOR='1;32'
export PAGER="less"
export LESS="-R"
export LC_CTYPE=$LANG
# the fuck
export THEFUCK_REQUIRE_CONFIRMATION=true

@ -72,3 +72,6 @@ eval "$(fasd --init auto)"
# nvm
export NVM_DIR="/Users/webgefrickel/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
# the fuck
eval "$(thefuck --alias)"

Loading…
Cancel
Save