From d0a9a7028bf058ad81902b521f1e3c6b0b205d3a Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Mon, 14 Sep 2020 20:55:22 -0700 Subject: [PATCH] Update nwinkler theme to use short hostname --- themes/nwinkler/nwinkler.theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nwinkler/nwinkler.theme.sh b/themes/nwinkler/nwinkler.theme.sh index a0323313f..0f3644ee3 100644 --- a/themes/nwinkler/nwinkler.theme.sh +++ b/themes/nwinkler/nwinkler.theme.sh @@ -32,7 +32,7 @@ prompt_setter() { #history -a #history -c #history -r - PS1="($(clock_prompt)) $(scm_char) [${blue}\u${reset_color}@${green}\H${reset_color}] ${yellow}\w${reset_color}$(scm_prompt_info) ${reset_color}\n$(prompt_end) " + PS1="($(clock_prompt)) $(scm_char) [${blue}\u${reset_color}@${green}\h${reset_color}] ${yellow}\w${reset_color}$(scm_prompt_info) ${reset_color}\n$(prompt_end) " PS2='> ' PS4='+ ' }