use user-defined hostname in fish prompt
This commit is contained in:
parent
e53e8fde64
commit
4926c04212
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function fish_prompt
|
||||||
set -g blue (set_color -o blue)
|
set -g blue (set_color -o blue)
|
||||||
set -l green (set_color -o green)
|
set -l green (set_color -o green)
|
||||||
set -g normal (set_color normal)
|
set -g normal (set_color normal)
|
||||||
set -l host (hostname -s)
|
set -l host (cat /etc/hostname)
|
||||||
set -l user (whoami)
|
set -l user (whoami)
|
||||||
set initial_indicator "$user@$host"
|
set initial_indicator "$user@$host"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue