From 60c49d610d2c3ca0eda90c6ceed3fcb76707bfa6 Mon Sep 17 00:00:00 2001 From: Luk Date: Tue, 1 Apr 2025 17:14:53 +0800 Subject: [PATCH] u --- nixhome/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixhome/.bashrc b/nixhome/.bashrc index bc80e33..2b607cd 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[00;42m\]\t\[\033[00m\]#\[\033[00;45m\]\u\[\033[00m\]@\[\033[00;41m\]\h|$(uname)|$(uname -m)\[\033[00m\]::\[\033[00;44m\]\w\[\033[00m\]> ' + PS1='<\[\033[00;32m\]\t\[\033[00m\]#\[\033[00;35m\]\u\[\033[00m\]@\[\033[00;31m\]\h|$(uname)|$(uname -m)\[\033[00m\]::\[\033[00;34m\]\w\[\033[00m\]> ' else PS1='<\t#\u@\h($(uname)-$(uname -m)):\w> ' # \w shows absolute path, \W shows current folder. fi