Skip to content

Commit

Permalink
do not colourify ls by default
Browse files Browse the repository at this point in the history
  • Loading branch information
garabik committed Mar 4, 2017
1 parent 1dea434 commit 6bd39e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grc.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "$TERM" != dumb ] && [ -n "$GRC" ]; then
alias as='colourify as'
alias gas='colourify gas'
alias ld='colourify ld'
alias ls='colourify ls'
#alias ls='colourify ls'
alias lsblk='colourify lsblk'
alias lspci='colourify lspci'
alias netstat='colourify netstat'
Expand Down

0 comments on commit 6bd39e6

Please sign in to comment.