-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.fish
44 lines (34 loc) · 1.62 KB
/
config.fish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#set fish greeting
#set fish_greeting 'Talk is cheap. Show me the code.'
set fish_greeting 'Hello,the fucking world!'
#set autojump env
begin
set --local AUTOJUMP_PATH $HOME/.autojump/share/autojump/autojump.fish
if test -e $AUTOJUMP_PATH
source $AUTOJUMP_PATH
end
end
status --is-interactive; and source (pyenv init -|psub)
status --is-interactive; and source (pyenv virtualenv-init -|psub)
# set the go root path
set -x GOROOT /usr/lib/go
#set -x GOROOT /usr/lib/go-1.12
# set the workspace path
set -x GOPATH /home/haroldduan/go
# set the go bin path
set -x GOBIN $GOPATH/bin
# add the go bin path to be able to execute our programs
set -x PATH $PATH $GOROOT/bin $GOPATH/bin
# set the GO111MODULE value
set -x GO111MODULE "on"
# set the GOPROXY address
set -x GOPROXY "https://goproxy.io/"
test -s /home/haroldduan/.nvm-fish/nvm.fish; and source /home/haroldduan/.nvm-fish/nvm.fish
# tabtab source for electron-forge package
# uninstall by removing these lines or running `tabtab uninstall electron-forge`
[ -f /home/haroldduan/.nvm/versions/node/v10.17.0/lib/node_modules/electron-forge/node_modules/[email protected]@tabtab/.completions/electron-forge.fish ]; and . /home/haroldduan/.nvm/versions/node/v10.17.0/lib/node_modules/electron-forge/node_modules/[email protected]@tabtab/.completions/electron-forge.fish
# set -x PATH $PATH $HOME/iWorkSpace/iGitea/giprote.commandline/scripts
# export RUSTUP_DIST_SERVER="https://mirrors.ustc.edu.cn/rust-static"
# export RUSTUP_UPDATE_ROOT="https://mirrors.ustc.edu.cn/rust-static/rustup"
export PATH="$HOME/.cargo/bin:$PATH"
source /home/haroldduan/.config/fish/conf.d/dracula.fish