Last active
September 25, 2024 14:01
-
-
Save spiritedRunning/43c74be546b3e8f64fbaeffd7f38f48d to your computer and use it in GitHub Desktop.
bashrc 默认配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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