mirror of https://github.com/bjeanes/dotfiles.git
5 lines
71 B
Fish
5 lines
71 B
Fish
|
function new_function --description 'my cool siretn'
|
||
|
echo "cool"
|
||
|
|
||
|
end
|