diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..04d5fa1 --- /dev/null +++ b/.bashrc @@ -0,0 +1,3 @@ +export PS1="\[$(tput setaf 216)\]\u\[$(tput setaf 160)\]@\[$(tput setaf 202)\]\h \[$(tput setaf 131)\]\w \[$(tput sgr0)\]$ " + +export PATH=$PATH:~/.local/bin