Created
March 17, 2022 09:24
-
-
Save jpalala/ad8ba6164181170722291efb18309e2a to your computer and use it in GitHub Desktop.
my aliases file
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
alias nw="npm run watch" | |
alias gitpersonal="git config --global user.name 'My Name' && git config --global user.email [email protected]" | |
PATH_TO_REPOS=/Users/me/somerepos | |
alias zz="cd $HOME" | |
alias zdev="cd $HOME/devnotes" | |
alias cz="cd ../" | |
alias goup="cd ../" | |
alias goback="cd -" | |
alias zdev="cd ~/devnotes" | |
alias lll="ls -lhatr" | |
alias ducks='du -cks * | sort -rn | head -11' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment