simpler if
This commit is contained in:
parent
059d9786bd
commit
b9afbac011
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -27,7 +27,7 @@ else
|
|||
fi
|
||||
|
||||
# Aliases
|
||||
if [[ "$(uname -s | tr '[:upper:]' '[:lower:]')" == 'linux' ]]; then
|
||||
if [ "$(uname -s | tr '[:upper:]' '[:lower:]')" = 'linux' ]; then
|
||||
alias ls='ls --color=auto'
|
||||
fi
|
||||
alias ll='ls -lih'
|
||||
|
|
Loading…
Reference in a new issue