From 61f1d53d88ea3c9ad9dbcee747ff4391f9977bb3 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Sun, 23 Jan 2022 09:20:39 +0530 Subject: [PATCH] add pulsemeeter init --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 0208124..1ba38f9 100644 --- a/.bashrc +++ b/.bashrc @@ -30,6 +30,9 @@ alias sup='supergfxctl' PS1='\[\e[1;33m\]\u ($HOSTNAME) \[\e[1;32m\]\w \[\e[0m\]$(parse_git_branch)\n\[\e[35m\]\[\e[1m\]\$ \[\e[0m\]' +# export pip path +export PATH=$PATH:~/.local/bin + # export term export TERM=xterm-256color