Last active
July 16, 2024 19:11
-
-
Save micahlt/2b0d6bf748e5aca052affa94f1bd909f to your computer and use it in GitHub Desktop.
Alias setup for Linux machines
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 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