Added fasd for quick filesystem navigation

This commit is contained in:
yan
2012-03-18 21:15:37 -07:00
committed by Yan Pritzker
parent a64405f6db
commit 9d700e3df0
4 changed files with 613 additions and 6 deletions

View File

@@ -60,3 +60,7 @@ export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
export LESS_TERMCAP_so=$'\E[38;33;246m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\E[0m' # end underline
export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
# Initialize fasd (https://github.com/clvv/fasd)
eval "$(fasd --init posix-alias zsh-hook)"