mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-24 00:59:51 +00:00
Fix little typo that makes the statement useless.
This commit is contained in:
@@ -21,7 +21,7 @@ function prompt_char {
|
||||
}
|
||||
|
||||
function box_name {
|
||||
[ -f ~/.box-name ] && cat ~/.box-name || echo ${SHORT_HOST:-HOST}
|
||||
[ -f ~/.box-name ] && cat ~/.box-name || echo ${SHORT_HOST:-$HOST}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user