Skip to content

Commit

Permalink
🎨 Change bashrc prompt to allow hostname overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Aug 6, 2024
1 parent 8279d14 commit 62e0d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ if ! shopt -oq posix; then
fi

# Custom prompt
PS1="\[\033[38;5;92m\]\u\[\033[0m\]@\[\033[38;5;27m\]container-tools \[\033[0m\]\w \[\033[38;5;40m\]>\[\033[0m\]"
PS1="\[\033[38;5;92m\]\u\[\033[0m\]@\[\033[38;5;27m\]\h \[\033[0m\]\w \[\033[38;5;40m\]>\[\033[0m\]"

0 comments on commit 62e0d1c

Please sign in to comment.