diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-04 00:47:46 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-04 00:47:46 +0200 |
| commit | 00d9ebc671aeae474ceceee02969e22975eb3669 (patch) | |
| tree | 86efe4f83bdb7a977827ea9d1d889cc069c43651 /.bashrc | |
| parent | 172a05cf51505724f37ea8a03e4939540011c976 (diff) | |
Remove ID from terminal prompt
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -14,12 +14,7 @@ export HISTCONTROL=ignoredups:erasedups export EDITOR='vim' export TERM="xterm-256color" export GREP_OPTIONS="--color=auto" -if [ -f /etc/os-release ]; then - . /etc/os-release - export PS1="[$ID@\h]: \W \$ " -else - export PS1='[\h]: \W \$ ' -fi +export PS1='[\h]: \W \$ ' export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 |
