Last active
June 10, 2025 00:28
-
-
Save AppleBoiy/8ec379ee593d9ea9eefcca4169e1a8af to your computer and use it in GitHub Desktop.
alias for shell
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 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