From ac5c0d227fce8a9c6ec929c74f4c9d9a0078a657 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Tue, 29 Nov 2016 17:59:07 +0100 Subject: [PATCH] Cleanup zshrc, changed server prompt --- zsh.d/prompts/prompt_server_setup | 4 ++-- zshrc | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/zsh.d/prompts/prompt_server_setup b/zsh.d/prompts/prompt_server_setup index b055f0a..5a66234 100644 --- a/zsh.d/prompts/prompt_server_setup +++ b/zsh.d/prompts/prompt_server_setup @@ -4,13 +4,13 @@ if `fancyTerm`; then # We are on xterminal W="%n@%m:%." I="%m:%." - L="%B@%m %4(~:...:)%3~ %#%b " + L="%T %B@%m %4(~:...:)%3~ %#%b " PS1="%{]2;$W%}%{]1;$I%}$L" unset W I L else # We are not on xterminal - PS1="%B%n@%m:%~ %#%b " + PS1="%T %B%n@%m:%~ %#%b " fi } diff --git a/zshrc b/zshrc index e6841dc..cf0bb72 100644 --- a/zshrc +++ b/zshrc @@ -17,8 +17,6 @@ KERNEL=`uname -s` LIBRARY=${BASE}/zsh.d KERNLIB=${LIBRARY}/${KERNEL} -echo $KERNEL - function loadRC { # [ -d $1 ] && cd $1 || exit 1 #