Skip to content

Instantly share code, notes, and snippets.

@spiritedRunning
Last active September 25, 2024 14:01
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 http_proxy="127.0.0.1:7890"
export https_proxy="127.0.0.1:7890"
alias python='/usr/local/bin/python3.10'
PATH=~/android/bin:$PATH
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