summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-20 23:35:42 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-20 23:35:42 -0700
commite989872d4e143d525fdbe582344dcff20b706b89 (patch)
treec4ad70f706d7622bbadd170367b7b86f97b8a9b2 /.bashrc
parent29154ed76261079fc3b570d01b9548d00fa1a77b (diff)
Change default PS fot bash, terminal for ssh
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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]\$ '