Skip to content

Instantly share code, notes, and snippets.

View lianghx-319's full-sized avatar
🐌
Update slowly

Hanxx lianghx-319

🐌
Update slowly
  • ByteDance, Inc.
  • Canton, China
  • 10:15 (UTC -12:00)
View GitHub Profile
# Open .zshrc to be edited in VS Code
alias change="code ~/.zshrc"
# Re-run source command on .zshrc to update current terminal session with new settings
alias update="source ~/.zshrc"
alias ~="cd ~"
alias ..="cd .."
alias ...="cd ../../"
alias c="clear"