Skip to content

Instantly share code, notes, and snippets.

@tarcisiozf
Created July 3, 2018 16:24
Show Gist options
  • Save tarcisiozf/1843ab82897a87738e830342f8abcb90 to your computer and use it in GitHub Desktop.
Save tarcisiozf/1843ab82897a87738e830342f8abcb90 to your computer and use it in GitHub Desktop.
mkcd utils
alias mkcd='function _mkcd(){ mkdir -p "$1" && cd "$1"; };_mkcd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment