Skip to content

Commit

Permalink
Update .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 authored Feb 8, 2019
1 parent a554bf2 commit 93c9770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ HISTSIZE=9999999
# aliases
if [ x$(uname) = xLinux ]; then
alias ll='ls -alFh --color=auto'
alias la='ls -A --color=auto'
alias l='ls -CF --color=auto'
alias ltr='ls -ltr --color=auto'
alias la='ls -Ah --color=auto'
alias l='ls -CFh --color=auto'
alias ltr='ls -ltrh --color=auto'
else
alias ll='ls -alGh'
fi
Expand Down

0 comments on commit 93c9770

Please sign in to comment.