Need dat PATH

This commit is contained in:
Dominik V. Salonen 2018-01-16 12:58:48 +01:00
parent 17a59e8614
commit a1170f1cbb
1 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@
# 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)\]"
# Add local folders to PATH
PATH="$PATH:$HOME/.local/bin"
# Old habits die hard
alias screenfetch="neofetch"
alias qemu="qemu-system-x86_64"
alias qemu="qemu-system-x86_64"