dotfiles/fish/functions/nice_hostname.fish

4 lines
55 B
Fish

function nice_hostname
hostname | cut -d . -f 1
end