Skip to content

Instantly share code, notes, and snippets.

@tecmaverick
Created April 4, 2018 21:36
Show Gist options
  • Save tecmaverick/3cec3880ea7686c9611c6bd2f7270c71 to your computer and use it in GitHub Desktop.
Save tecmaverick/3cec3880ea7686c9611c6bd2f7270c71 to your computer and use it in GitHub Desktop.
mkcd() { mkdir -p "$@" && cd "$_"; }
..() { cd .. }
alias cls='clear'
alias ls='ls -altrh'
alias rmd='rm -rf $@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment