Skip to content

Instantly share code, notes, and snippets.

@spiritedRunning
Created March 9, 2024 02:35
Show Gist options
  • Save spiritedRunning/43c74be546b3e8f64fbaeffd7f38f48d to your computer and use it in GitHub Desktop.
Save spiritedRunning/43c74be546b3e8f64fbaeffd7f38f48d to your computer and use it in GitHub Desktop.
bashrc 默认配置
export PATH="$PATH:/home/rockchip/android-studio/bin"
alias ..="cd .."
alias ..2="cd ../.."
alias ..3="cd ../../.."
alias ..4="cd ../../../../"
alias ..5="cd ../../../../.."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment