Some changes for macos

This commit is contained in:
2019-06-26 18:29:51 +02:00
parent 799201d887
commit c392e53db5
7 changed files with 34 additions and 14 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Colors
alias ls='ls --color=auto'
alias ls='ls -G'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'