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 and akinomyoga committed Oct 15, 2023
1 parent 07d9382 commit 06b06fe
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 @@ function _omb_theme_PROMPT_COMMAND {
#history -a
#history -c
#history -r
PS1="($(clock_prompt)) $(scm_char) [${_omb_prompt_navy}\u${_omb_prompt_reset_color}@${_omb_prompt_green}\H${_omb_prompt_reset_color}] ${_omb_prompt_olive}\w${_omb_prompt_reset_color}$(scm_prompt_info) ${_omb_prompt_reset_color}\n$(prompt_end) "
PS1="($(clock_prompt)) $(scm_char) [${_omb_prompt_navy}\u${_omb_prompt_reset_color}@${_omb_prompt_green}\h${_omb_prompt_reset_color}] ${_omb_prompt_olive}\w${_omb_prompt_reset_color}$(scm_prompt_info) ${_omb_prompt_reset_color}\n$(prompt_end) "
PS2='> '
PS4='+ '
}
Expand Down

0 comments on commit 06b06fe

Please sign in to comment.