From 50f8cfa3fba0ec918b3aee067fdb605de52ea8f3 Mon Sep 17 00:00:00 2001 From: Rawley <75388349+rawleyfowler@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:49:37 -0600 Subject: [PATCH] Update .bashrc --- debian/home/.bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/home/.bashrc b/debian/home/.bashrc index 9a51867..7043edd 100644 --- a/debian/home/.bashrc +++ b/debian/home/.bashrc @@ -9,8 +9,6 @@ alias vi='nvim' GOPATH="$HOME/.go" GEM_HOME="$HOME/.gems" -PS1='\W : λ ' - export GOPATH export GEM_HOME @@ -32,3 +30,6 @@ export PATH="$PATH:$HOME/.rvm/bin" # RVM likes the gem root path to be the first element in the path PATH="$GEM_HOME/bin:/usr/local/bin/go:$GOPATH/bin:$PATH" + +PS1='[\u@\h \W]\$ ' +export PS1