- https://loading...com
- https://youtube.com
- https://x.com
-
Joined
Jun 6, 2025
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
#dev | |
alias ll='ls -ahl' | |
alias c='clear' | |
alias cd='cd ~/;ll' | |
alias dev='cd ~/Dev' | |
alias zsh='vim ~/.zshrc' | |
alias zshs='source ~/.zshrc' | |
#git | |
alias gi='git init' | |
alias gb='git branch -a' |