From e989872d4e143d525fdbe582344dcff20b706b89 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Fri, 20 Nov 2020 23:35:42 -0700 Subject: Change default PS fot bash, terminal for ssh --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index a1a31b2..3954f57 100644 --- a/.bashrc +++ b/.bashrc @@ -5,4 +5,4 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -PS1='[\u@\h \W]\$ ' +PS1='[\u@\h \w]\$ ' -- cgit v1.2.3-54-g00ecf