Update dotfiles/.bashrc
This commit is contained in:
parent
86cf284d9a
commit
207ca185fd
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
|||
fi
|
||||
|
||||
# Prompt (on bash only)
|
||||
if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
||||
if { [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; } && [[ "$(hostname)" != *'-minimal' ]]; then
|
||||
# Add new line before prompt
|
||||
PROMPT_COMMAND="PROMPT_COMMAND=echo"
|
||||
if [ -f /etc/os-release ]; then
|
||||
|
|
Loading…
Reference in a new issue