Comment on fish shellparentComments−0xACE13yfunction mkcd () { mkdir -p "$1" && cd "$1" }−patrickg13yas I wrote: this is a simplified example ...
Comments
function mkcd () { mkdir -p "$1" && cd "$1" }
as I wrote: this is a simplified example ...