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
  • 19:06 (UTC +08: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"