Skip to content

Commit

Permalink
Update nwinkler theme to use short hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
artursouza authored Sep 15, 2020
1 parent c37486a commit d0a9a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/nwinkler/nwinkler.theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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='+ '
}
Expand Down

0 comments on commit d0a9a70

Please sign in to comment.