Fix for uname
This commit is contained in:
parent
8066f06237
commit
e209893cf3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ else
|
|||
fi
|
||||
|
||||
alias exa="exa -l --git"
|
||||
if [[ $(uname -o) =~ 'Linux' ]]; then
|
||||
if [[ $(uname -s) =~ 'Linux' ]]; then
|
||||
alias cp="cp --reflink=auto"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue