mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-02 19:21:15 -03:00
Revert "prompts: more concise way of getting the hostname."
This reverts commit 233c443694.
See discussion in https://github.com/fish-shell/fish-shell/pull/2489
This commit is contained in:
@@ -12,7 +12,7 @@ function fish_prompt
|
||||
printf ' at '
|
||||
|
||||
set_color magenta
|
||||
printf '%s' (uname -n)
|
||||
printf '%s' (hostname|cut -d . -f 1)
|
||||
set_color normal
|
||||
printf ' in '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user