Skip to content

Commit

Permalink
Add missing hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Dec 23, 2011
1 parent db65d2b commit 8efa021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,5 @@ fi
. $ZDOT_RUN_HOOKS .bashrc.d

: .bashrc ends # for debugging with -x

[[ -s "/home/adam/.rvm/scripts/rvm" ]] && source "/home/adam/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ fi
for opts in {,a}{,r}{,t}{,L}{,S}; do
eval "alias l$opts='ls -lh$opts $LS_OPTS'"
eval "alias ll$opts='ls -l$opts $LS_OPTS'"
eval "alias ls$opts='ls $opts $LS_OPTS'"
eval "alias ls$opts='ls ${opts:+-$opts} $LS_OPTS'"
done

alias ld='ls -ldh'
Expand Down

0 comments on commit 8efa021

Please sign in to comment.