Update 'shell/.bash_additions'

This commit is contained in:
Dominik V. Salonen 2017-12-08 06:29:29 +00:00
parent 897fecd31c
commit 4ed756219c
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
# Custom prompt
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\h\[$(tput setaf 7)\] - \[$(tput setaf 1)\]\u\[$(tput setaf 7)\] - \[$(tput setaf 4)\]\W \[$(tput setaf 7)\]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]"
# Old habits die hard
alias screenfetch="neofetch"
alias qemu="qemu-system-x86_64"