Move GOPATH to ~/.local/share
This commit is contained in:
parent
5233d6adea
commit
b5ef9ff08e
|
@ -3,6 +3,10 @@ fundle plugin 'decors/fish-colored-man'
|
||||||
fundle plugin 'oh-my-fish/theme-nai'
|
fundle plugin 'oh-my-fish/theme-nai'
|
||||||
fundle init
|
fundle init
|
||||||
|
|
||||||
|
function fish_title
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
# Man colors
|
# Man colors
|
||||||
set -g man_standout -o blue
|
set -g man_standout -o blue
|
||||||
set -g man_bold -o magenta
|
set -g man_bold -o magenta
|
||||||
|
@ -25,10 +29,6 @@ alias wlan "iw dev wlp2s0 scan | grep SSID"
|
||||||
alias bc "bc -l"
|
alias bc "bc -l"
|
||||||
alias vim "nvim"
|
alias vim "nvim"
|
||||||
|
|
||||||
function fish_title
|
|
||||||
true
|
|
||||||
end
|
|
||||||
|
|
||||||
# Compiler
|
# Compiler
|
||||||
set -x CC /usr/bin/clang
|
set -x CC /usr/bin/clang
|
||||||
set -x CXX /usr/bin/clang++
|
set -x CXX /usr/bin/clang++
|
||||||
|
@ -37,11 +37,11 @@ set -x CXX /usr/bin/clang++
|
||||||
set PATH /opt/texlive/2019/bin/x86_64-linux/ /bin /usr/bin /usr/local/bin /usr/local/sbin /usr/sbin /sbin
|
set PATH /opt/texlive/2019/bin/x86_64-linux/ /bin /usr/bin /usr/local/bin /usr/local/sbin /usr/sbin /sbin
|
||||||
set PATH $PATH /$HOME/.local/bin
|
set PATH $PATH /$HOME/.local/bin
|
||||||
set PATH $PATH /$HOME/.scripts
|
set PATH $PATH /$HOME/.scripts
|
||||||
set PATH $PATH /$HOME/Projects/Go/bin
|
set PATH $PATH /$HOME/.local/share/go/bin
|
||||||
set PATH $PATH /$HOME/.emacs.d/bin
|
set PATH $PATH /$HOME/.emacs.d/bin
|
||||||
|
|
||||||
# Go workspace
|
# Go workspace
|
||||||
set -x GOPATH /$HOME/Projects/Go/
|
set -x GOPATH /$HOME/.local/share/go/
|
||||||
|
|
||||||
# fff
|
# fff
|
||||||
## Directory color [0-9]
|
## Directory color [0-9]
|
||||||
|
|
|
@ -10,7 +10,7 @@ SETUVAR fish_color_comment:990000
|
||||||
SETUVAR fish_color_cwd:green
|
SETUVAR fish_color_cwd:green
|
||||||
SETUVAR fish_color_cwd_root:red
|
SETUVAR fish_color_cwd_root:red
|
||||||
SETUVAR fish_color_end:009900
|
SETUVAR fish_color_end:009900
|
||||||
SETUVAR fish_color_error:ff0000
|
SETUVAR fish_color_error:red
|
||||||
SETUVAR fish_color_escape:00a6b2
|
SETUVAR fish_color_escape:00a6b2
|
||||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||||
SETUVAR fish_color_host:normal
|
SETUVAR fish_color_host:normal
|
||||||
|
|
Loading…
Reference in New Issue