some fish compat changes

This commit is contained in:
insects 2025-05-13 22:59:33 +02:00
parent 1180ab9d18
commit 5cade8ec7b
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ function fish_prompt
set -g blue (set_color -o blue)
set -l green (set_color -o green)
set -g normal (set_color normal)
set -l host (cat /etc/hostname)
set -l host (hostname -s)
set -l user (whoami)
set initial_indicator "$user@$host"