diff --git a/crates/10-zsh/files/.zshrc b/crates/10-zsh/files/.zshrc index 1334f5c..6ce5b9b 100644 --- a/crates/10-zsh/files/.zshrc +++ b/crates/10-zsh/files/.zshrc @@ -14,7 +14,7 @@ if [ -f "$HOME/.oh-my-zsh/oh-my-zsh.sh" ]; then source $ZSH/oh-my-zsh.sh else echo "oh-my-zsh not detected :(" - PS1="$(whoami)@$(hostname) $ " + PS1="$(whoami)@${HOSTNAME:-$(hostname)} $ " fi update_dotfiles() {