Skip to content

Instantly share code, notes, and snippets.

@benavern
Last active April 9, 2020 12:40
Show Gist options
  • Save benavern/892250528ba883cb4772e6859fb5cfa6 to your computer and use it in GitHub Desktop.
Save benavern/892250528ba883cb4772e6859fb5cfa6 to your computer and use it in GitHub Desktop.
my usual aliases
# simple aliases
alias cdw='cd ~/Workspace' # open workspace directory
alias n='ntl -i'
# functions
function mkcd () { mkdir -p "$1"; cd "$1"; } # create & open a directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment