Skip to content

Commit

Permalink
Add thefuck
Browse files Browse the repository at this point in the history
  • Loading branch information
janwirth committed May 23, 2016
1 parent 938b70d commit f22c13d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ installOsxSoftware:
brew install the_platinum_searcher
brew install fasd
brew install zsh
brew install thefuck
brew install node

# Installing additional resources
Expand Down
Binary file modified org.pqrs.Seil.plist
Binary file not shown.
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ alias sd='fasd -sid' # interactive directory selection
alias sf='fasd -sif' # interactive file selection

eval "$(fasd --init auto)"
eval "$(thefuck --alias)"
alias tmux="TERM=screen-256color-bce tmux"
PATH=$PATH:$HOME/kakoune/src/
function k () kak `fasd -f $@`

0 comments on commit f22c13d

Please sign in to comment.