ps1: add debvm

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2023-02-08 08:44:37 +01:00
parent d4b878362d
commit 6c623aa92e
2 changed files with 3 additions and 1 deletions

View file

@ -91,6 +91,8 @@ __git_ps1 ()
if [ $HOSTNAME = "frankslim" ]; then
IntroCol=$BIBlack;
elif [ $HOSTNAME = "debvm" ]; then
IntroCol=$BIGreen;
else
IntroCol=$BIRed;
fi

View file

@ -8,7 +8,7 @@ PROMPT_COMMAND='history -a'
set -o vi
source /usr/share/bash-completion/completions/pass
#source /usr/share/bash-completion/completions/pass
alias dvorak='setxkbmap dvorak; setxkbmap -option compose:ralt && xmodmap .Xmodmap'
#dvorak