Skip to content

Instantly share code, notes, and snippets.

@micahlt
Last active July 16, 2024 19:11
Show Gist options
  • Select an option

  • Save micahlt/2b0d6bf748e5aca052affa94f1bd909f to your computer and use it in GitHub Desktop.

Select an option

Save micahlt/2b0d6bf748e5aca052affa94f1bd909f to your computer and use it in GitHub Desktop.
Alias setup for Linux machines
alias up="cd .."
alias nrd="npm run dev -- --port=3000"
alias nrb="npm run build"
alias nr="npm run"
alias cls='clear'
alias cpbranch="git rev-parse --abbrev-ref HEAD"
alias lsports="sudo lsof -i -P -n | grep LISTEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment