From 00d9ebc671aeae474ceceee02969e22975eb3669 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 4 May 2026 00:47:46 +0200 Subject: Remove ID from terminal prompt --- .bashrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 0eff92c..05fe90c 100644 --- a/.bashrc +++ b/.bashrc @@ -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 -- cgit v1.2.3