refactor: use hostname instead of variable

This commit is contained in:
Job
2025-09-01 10:26:07 +02:00
parent e0f953b94e
commit 4004417aa5
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export EDITOR=nvim \
XDG_RUNTIME_DIR=/run/user/1000 \
SSH_AUTH_SOCK=/run/user/1000/ssh-auth-sock \
DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/bus" \
PS1="\[\e[30;46m\] $CONTAINER_NAME | \w \[\e[0;36m\]\[\e[m\] " \
PS1="\[\e[30;46m\] \h | \w \[\e[0;36m\]\[\e[m\] " \
TZ="Europe/Amsterdam"
# === aliases and functions ===