Skip to content

Instantly share code, notes, and snippets.

@cocodrips
Created September 22, 2015 06:01
Show Gist options
  • Save cocodrips/a2260fd321742f64a0db to your computer and use it in GitHub Desktop.
Save cocodrips/a2260fd321742f64a0db to your computer and use it in GitHub Desktop.
サーバ設定色々
# cd -> ls
cdls ()
{
\cd "$@" && ls
}
alias cd="cdls"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment