fish-shell/share/functions/colon.fish

6 lines
218 B
Fish
Raw Normal View History

function :
# no-op function for compatibility with sh, bash, and others.
# Often used to insert a comment into a chain of commands without having
# it eat up the remainder of the line, handy in Makefiles.
end