6 lines
83 B
Fish
6 lines
83 B
Fish
set -g CMD_DURATION 0
|
|
|
|
function fish_greeting
|
|
echo "Welcome to "(uname -n)
|
|
end
|