fish-shell/share/functions/prompt_hostname.fish
2021-12-04 10:37:49 +01:00

4 lines
139 B
Fish

function prompt_hostname --description 'Print the hostname, shortened for use in the prompt'
string replace -r "\..*" "" $hostname
end