commit 4fd820f18d48857682a043ce98de314b04152d7e
parent 94cd27e7c7c0a599fbb4053608326227d4aca326
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date: Mon, 30 Nov 2020 09:07:16 +0000
Update bashrc
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bashrc b/bashrc
@@ -21,3 +21,5 @@ alias ncm="ncmpcpp"
PS1="\[$(tput bold)\]\[\033[38;5;1m\]\u@\h\[$(tput sgr0)\] \[$(tput sgr0)\]\[$(tput bold)\]\[\033[38;5;12m\]\w\[$(tput sgr0)\] \\$ \[$(tput sgr0)\]"
#PS1='\e[0;31[\u@\h\e[m \W $ '
+
+PATH="$PATH:$HOME/.local/bin"