Skip to content

Instantly share code, notes, and snippets.

@AppleBoiy
Last active June 10, 2025 00:28
Show Gist options
  • Select an option

  • Save AppleBoiy/8ec379ee593d9ea9eefcca4169e1a8af to your computer and use it in GitHub Desktop.

Select an option

Save AppleBoiy/8ec379ee593d9ea9eefcca4169e1a8af to your computer and use it in GitHub Desktop.
alias for shell
alias loadsh="source ~/.zshrc"
alias rmgit="bash /Users/ive/works/tmp/scripts/remove_git_history.sh"
alias chore="git add . && git commit -m 'chore ~' && git push"
alias stree="tree -I '.git|__pycache__|.idea|venv|.venv|node_modules' -a -C -s -h --du"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment