Skip to content

Commit

Permalink
We need ls --color on linux systems
Browse files Browse the repository at this point in the history
  • Loading branch information
silasb committed Aug 10, 2015
1 parent 24c5d44 commit 4c63b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases
Expand Up @@ -7,6 +7,6 @@ alias gc='git commit'
alias gr='git rm'

alias grep='grep -i --color'
#alias ls='ls --color'
alias ls='ls --color'
alias ec2-instances="aws ec2 describe-instances | jq '.Reservations[] | .Instances[] | {ImageId, Name: .Tags[].Value, PrivateIpAddress, PublicIpAddress}'"
alias vi=vim

0 comments on commit 4c63b9c

Please sign in to comment.