Update dotfiles/.bashrc
This commit is contained in:
parent
b2ffd79d92
commit
ce0378c9c1
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prompt (on bash only)
|
# Prompt (on bash only)
|
||||||
if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
if [ "false" = "true" ] && ([ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]); then
|
||||||
# Add new line before prompt
|
# Add new line before prompt
|
||||||
PROMPT_COMMAND="PROMPT_COMMAND=echo"
|
PROMPT_COMMAND="PROMPT_COMMAND=echo"
|
||||||
if [ -f /etc/os-release ]; then
|
if [ -f /etc/os-release ]; then
|
||||||
|
|
Loading…
Reference in a new issue