We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uname -n
hostname
1 parent 384e8e0 commit f47786eCopy full SHA for f47786e
functions/fish_prompt.fish
@@ -16,7 +16,7 @@ function fish_prompt
16
end
17
18
# Setup colors
19
- set -l hostcolor (set_color (hostname | md5sum | cut -f1 -d' ' | tr -d '\n' | tail -c6))
+ set -l hostcolor (set_color (uname -n | md5sum | cut -f1 -d' ' | tr -d '\n' | tail -c6))
20
set -l normal (set_color normal)
21
set -l white (set_color FFFFFF)
22
set -l turquoise (set_color 5fdfff)
0 commit comments