cherry pick

This commit is contained in:
Barak Michener 2013-05-07 16:22:09 -04:00
parent 30bfe1c004
commit cdd4a66e35
2 changed files with 631 additions and 0 deletions

View file

@ -99,6 +99,13 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
fasd_cache="$HOME/.fasd-init-bash"
if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then
fasd --init posix-alias bash-hook bash-ccomp bash-ccomp-install >| "$fasd_cache"
fi
source "$fasd_cache"
unset fasd_cache
# enable color support of ls and also add handy aliases
#if [ "$TERM" != "dumb" ]; then
# eval "`dircolors -b`"

624
bin/fasd Executable file

File diff suppressed because it is too large Load diff