mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
fix previous commit ?
This commit is contained in:
parent
066b923dec
commit
71e7e2a740
2
zshrc
2
zshrc
@ -240,7 +240,7 @@ alias grep='grep --color=always'
|
||||
alias fgrep='fgrep --color=always'
|
||||
alias egrep='egrep --color=always'
|
||||
# some more ls aliases
|
||||
if [[ $UNAME != Darwin ]];then
|
||||
if [[ $UNAME != Darwin ]] ;then
|
||||
alias ll='ls -alF --color=always' && alias la='ls -A --color=always' && alias l='ls -CF --color=always'
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user