\h replaced with $HOSTNAME for better application at work
This commit is contained in:
parent
b526c7f096
commit
d3b83208e0
1 changed files with 1 additions and 1 deletions
2
shellrc
2
shellrc
|
@ -289,7 +289,7 @@ else
|
|||
lb="${byellow}[${reset}"
|
||||
rb="${byellow}]${reset}"
|
||||
bb="${byellow} ${reset}"
|
||||
prompt_host='\h'
|
||||
prompt_host="$HOSTNAME"
|
||||
prompt_bang="\\\$${reset}"
|
||||
precmd() {
|
||||
if [[ -z ${hide_info} ]]; then
|
||||
|
|
Loading…
Reference in a new issue