summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-22 22:24:11 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-22 22:24:11 +0100
commitcfa061a9c82f856c3d67aafdb906e62170e3ba7b (patch)
tree7b5c945264361c9b4eea2ed42085fefcac1f6c07 /.bashrc
parent46137d3e2bd828bc2cf17de62b39c961aee25bf1 (diff)
Fix tty prompt (to show # for root)
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index e8908e5..88eff3a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -14,7 +14,7 @@ export HISTCONTROL=ignoredups:erasedups
export EDITOR='vim'
export TERM="xterm-256color"
export GREP_OPTIONS="--color=auto"
-export PS1="[\h]: \W \$ "
+export PS1='[\h]: \W \$ '
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8