mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Use test -d correctly
This commit is contained in:
parent
6f18ab183a
commit
15384a8666
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ _homebrew-installed() {
|
||||||
}
|
}
|
||||||
|
|
||||||
_awscli-homebrew-installed() {
|
_awscli-homebrew-installed() {
|
||||||
test -d brew --prefix awscli &> /dev/null
|
test -d "$( brew --prefix awscli )"
|
||||||
}
|
}
|
||||||
|
|
||||||
export AWS_HOME=~/.aws
|
export AWS_HOME=~/.aws
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue