Skip to content

Instantly share code, notes, and snippets.

@haoran-mc
Last active August 23, 2023 04:11
Show Gist options
  • Save haoran-mc/6432f7aca5110cecfd4f25367113f692 to your computer and use it in GitHub Desktop.
Save haoran-mc/6432f7aca5110cecfd4f25367113f692 to your computer and use it in GitHub Desktop.
remote alias
alias l='ls -a'
alias ll='ls -lh'
alias la='ls -all'
alias c='clear'
alias q='exit'
alias dk='docker'
.. () {
cd ..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment