mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +01:00
fish: Use native hostname variable
$hostname is now defined by default so we don't need to do anything here. I assume it wasn't always like this since otherwise I wouldn't have needed to call `hostname` in the first place.
This commit is contained in:
parent
dd0b64cac4
commit
06bd933fa8
@ -5,8 +5,6 @@ function fish_prompt
|
|||||||
|
|
||||||
# Use a more informative and non-unicode prompt for ttys
|
# Use a more informative and non-unicode prompt for ttys
|
||||||
if status --is-login; and test -z "$DISPLAY"
|
if status --is-login; and test -z "$DISPLAY"
|
||||||
set hostname (hostname)
|
|
||||||
|
|
||||||
set_color yellow; echo -n "$USER@$hostname"
|
set_color yellow; echo -n "$USER@$hostname"
|
||||||
set_color normal; echo -n " "
|
set_color normal; echo -n " "
|
||||||
set_color magenta; echo -n "($PWD)"
|
set_color magenta; echo -n "($PWD)"
|
||||||
|
Loading…
Reference in New Issue
Block a user