mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-25 11:44:13 +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. --
|
## -- Start of aliases which are saved from Ubuntu default bashrc. --
|
||||||
|
|
||||||
# enable color support of ls and also add handy aliases
|
# enable color support of ls and also add handy aliases
|
||||||
if [[ $UNAME != Darwin ]];then
|
if [[ $UNAME != Darwin ]]; then
|
||||||
alias ls='ls --color=always'
|
alias ls='ls --color=always'
|
||||||
fi
|
fi
|
||||||
alias dir='dir --color=always'
|
alias dir='dir --color=always'
|
||||||
|
Loading…
Reference in New Issue
Block a user