Skip to content

Instantly share code, notes, and snippets.

@DewofyourYouth
Last active March 27, 2024 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DewofyourYouth/7779adf0c679ea56ba833fe79c3149d2 to your computer and use it in GitHub Desktop.
Save DewofyourYouth/7779adf0c679ea56ba833fe79c3149d2 to your computer and use it in GitHub Desktop.
Aliases
alias python="python3"
alias gi="git init ."
alias k8="kubectl"
alias penv="python3 -m venv venv && source venv/bin/activate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment