dotfiles/shell/.bash_additions

11 lines
371 B
Bash
Raw Normal View History

2017-12-07 10:48:49 +00:00
#
# Additions for bash shell.
# Include at the end of .bashrc (Or .profile)
#
# 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)\]"
2017-12-08 06:29:29 +00:00
# Old habits die hard
alias screenfetch="neofetch"
alias qemu="qemu-system-x86_64"