Skip to content

Instantly share code, notes, and snippets.

@teshi04
Last active April 14, 2020 10:17
Show Gist options
  • Save teshi04/e45b3e98c490766591e96ef7e1888398 to your computer and use it in GitHub Desktop.
Save teshi04/e45b3e98c490766591e96ef7e1888398 to your computer and use it in GitHub Desktop.
# cd後にls
function cd
builtin cd $argv; and ls
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment