commit f81ad7c1f3caef961ef4b1956fb8189a1cd9e415 parent 696d35cffd172f8e1694cdc7d2266d42ffe2567c Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Mon, 21 Jan 2019 14:31:20 -0500 New bash prompt. Diffstat:
M | .bashrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc @@ -9,4 +9,4 @@ alias ll='ls -l' alias la='ll -a' # Prompt -PS1='\[$(tput setaf 8)\][\t] \[$(tput setaf 15)\]\u@\h: \[$(tput setaf 4)\]\w \n\[$(tput setaf 2)\]\$\[$(tput sgr0)\] ' +PS1='\n\[$(tput setaf 6)\][\t] \[$(tput setaf 7)\]\u@\h: \[$(tput setaf 4)\]\w\n\[$(tput setaf 4)\]\[$(tput bold)\]\$\[$(tput sgr0)\] '