mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
🐧: Update Linux Shell Config
This commit is contained in:
parent
0a264b491d
commit
fe9a6b38f8
3 changed files with 35 additions and 2 deletions
1
.npmrc
1
.npmrc
|
|
@ -1,2 +1,3 @@
|
||||||
proxy=http://127.0.0.1:7890
|
proxy=http://127.0.0.1:7890
|
||||||
https-proxy=http://127.0.0.1:7890
|
https-proxy=http://127.0.0.1:7890
|
||||||
|
registry=https://registry.npmmirror.com
|
||||||
|
|
|
||||||
|
|
@ -165,4 +165,20 @@ wsp(){
|
||||||
doku() {
|
doku() {
|
||||||
cd ~/doku/ && ls
|
cd ~/doku/ && ls
|
||||||
}
|
}
|
||||||
source ~/.private.env.sh
|
source ~/.private.env.sheval "$(/bin/brew shellenv)"
|
||||||
|
eval "$(/bin/brew shellenv)"
|
||||||
|
|
||||||
|
# >>> juliaup initialize >>>
|
||||||
|
|
||||||
|
# !! Contents within this block are managed by juliaup !!
|
||||||
|
|
||||||
|
case ":$PATH:" in
|
||||||
|
*:/home/js0ny/.juliaup/bin:*)
|
||||||
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
export PATH=/home/js0ny/.juliaup/bin${PATH:+:${PATH}}
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# <<< juliaup initialize <<<
|
||||||
|
|
|
||||||
18
linux/.zshrc
18
linux/.zshrc
|
|
@ -164,4 +164,20 @@ if [[ -x /usr/lib/command-not-found ]] ; then
|
||||||
/usr/lib/command-not-found -- ${1+"$1"} && :
|
/usr/lib/command-not-found -- ${1+"$1"} && :
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# LinuxBrew #
|
||||||
|
|
||||||
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
# Set PATH, MANPATH, etc., for Homebrew.
|
||||||
|
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
|
||||||
|
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
|
||||||
|
|
||||||
|
# >>> juliaup initialize >>>
|
||||||
|
|
||||||
|
# !! Contents within this block are managed by juliaup !!
|
||||||
|
|
||||||
|
path=('/home/js0ny/.juliaup/bin' $path)
|
||||||
|
export PATH
|
||||||
|
|
||||||
|
# <<< juliaup initialize <<<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue