5 lines
129 B
Fish
5 lines
129 B
Fish
function fish_greeting --description 'Print greeting'
|
|
echo "Welcome to fish"
|
|
echo "What's up today:"
|
|
calcurse -a
|
|
end
|