Files
ubuntu-fish-dotfiles/fish/theme-t31m/fish_greeting.fish
2020-02-23 17:08:05 +01:00

14 lines
177 B
Fish

set -g CMD_DURATION 0
#function dim
# set_color -o 4f4f4f
#end
#function off
# set_color -o normal
#end
function fish_greeting
echo "Welcome to FiSH "(uname -nrs)
end