Skip to content

Commit

Permalink
Common LS args
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 29, 2011
1 parent bdeabaa commit cef5901
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bash/bashrc
Expand Up @@ -140,6 +140,13 @@ shopt -s histappend

export FALLBACK_DYLD_LIBRARY_PATH=/usr/local/lib

# we always pass these to ls(1)
LS_COMMON="-hBG"

# setup the main ls alias if we've established common args
test -n "$LS_COMMON" &&
alias ls="command ls $LS_COMMON"

# These set up/down to do the history searching
bind '"\e[A"':history-search-backward
bind '"\e[B"':history-search-forward
Expand Down

0 comments on commit cef5901

Please sign in to comment.