scripts and tridactyl
This commit is contained in:
parent
fda17aea44
commit
2dbf5dfc9f
13 changed files with 18 additions and 9 deletions
|
@ -32,7 +32,7 @@ end
|
|||
|
||||
function _prompt_whoami -a sep_color -a color -d "Display user@host if on a SSH session"
|
||||
if set -q SSH_TTY
|
||||
echo -n -s $color (whoami)@(hostname) $sep_color '|'
|
||||
echo -n -s $color (whoami)@(hostnamectl --static) $sep_color '|'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue