Last active
April 9, 2020 12:40
-
-
Save benavern/892250528ba883cb4772e6859fb5cfa6 to your computer and use it in GitHub Desktop.
my usual aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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