From cfa061a9c82f856c3d67aafdb906e62170e3ba7b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 22 Jan 2026 22:24:11 +0100 Subject: Fix tty prompt (to show # for root) --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3