Skip to content

Commit

Permalink
add id to bash aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
garabik committed Apr 21, 2017
1 parent 447e5f9 commit ec7dbb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grc.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [ "$TERM" != dumb ] && [ -n "$GRC" ]; then
alias make='colourify make'
alias gcc='colourify gcc'
alias g++='colourify g++'
alias id='colourify id'
alias ip='colourify ip'
alias iptables='colourify iptables'
alias as='colourify as'
Expand Down

0 comments on commit ec7dbb8

Please sign in to comment.