fix: hostname
This commit is contained in:
parent
c7957ac270
commit
02ace21e60
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ -f "$HOME/.oh-my-zsh/oh-my-zsh.sh" ]; then
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
else
|
else
|
||||||
echo "oh-my-zsh not detected :("
|
echo "oh-my-zsh not detected :("
|
||||||
PS1="$(whoami)@$(hostname) $ "
|
PS1="$(whoami)@${HOSTNAME:-$(hostname)} $ "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
update_dotfiles() {
|
update_dotfiles() {
|
||||||
|
|
Loading…
Reference in a new issue