mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 12:12:43 +01:00
zshrc: fix "bad pattern"
This commit is contained in:
parent
4f89ce01d1
commit
066b923dec
2
zshrc
2
zshrc
@ -231,7 +231,7 @@ alias theme="prompt "
|
||||
## -- Start of aliases which are saved from Ubuntu default bashrc. --
|
||||
|
||||
# enable color support of ls and also add handy aliases
|
||||
if [[ $UNAME != Darwin ]];then
|
||||
if [[ $UNAME != Darwin ]]; then
|
||||
alias ls='ls --color=always'
|
||||
fi
|
||||
alias dir='dir --color=always'
|
||||
|
Loading…
Reference in New Issue
Block a user