cherry pick
This commit is contained in:
parent
30bfe1c004
commit
cdd4a66e35
2 changed files with 631 additions and 0 deletions
7
.bashrc
7
.bashrc
|
|
@ -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`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue