Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created March 17, 2022 09:24
Show Gist options
  • Save jpalala/ad8ba6164181170722291efb18309e2a to your computer and use it in GitHub Desktop.
Save jpalala/ad8ba6164181170722291efb18309e2a to your computer and use it in GitHub Desktop.
my aliases file
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