From d56cc243c1213e745ac4ee7a92b7e99e88678845 Mon Sep 17 00:00:00 2001 From: Luk Date: Tue, 27 Jan 2026 09:56:09 +0800 Subject: [PATCH] u --- nixhome/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixhome/.bashrc b/nixhome/.bashrc index 2bd0532..b147b59 100644 --- a/nixhome/.bashrc +++ b/nixhome/.bashrc @@ -125,7 +125,7 @@ esac # others: # \w shows absolute path, \W shows current folder. if [ "$color_prompt" = yes ]; then - PS1='[\[\033[07;32m\]\t\[\033[00m\]#\[\033[07;35m\]\u\[\033[00m\]@\[\033[07;31m\]\h=$(uname)=$(uname -m)\[\033[00m\]::\[\033[07;34m\]\w\[\033[00m\]] ' + PS1='[\[\033[07;32m\]\t\[\033[00m\]#\[\033[07;35m\]\u\[\033[00m\]@\[\033[07;31m\]\h,$(uname),$(uname -m)\[\033[00m\]::\[\033[07;34m\]\w\[\033[00m\]] ' else PS1='[\t#\u@\h($(uname)-$(uname -m)):\w] ' # \w shows absolute path, \W shows current folder. fi