Move GOPATH to ~/.local/share

This commit is contained in:
coolneng 2020-02-12 10:26:34 +01:00
parent 5233d6adea
commit b5ef9ff08e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 7 additions and 7 deletions

View File

@ -3,6 +3,10 @@ fundle plugin 'decors/fish-colored-man'
fundle plugin 'oh-my-fish/theme-nai'
fundle init
function fish_title
true
end
# Man colors
set -g man_standout -o blue
set -g man_bold -o magenta
@ -25,10 +29,6 @@ alias wlan "iw dev wlp2s0 scan | grep SSID"
alias bc "bc -l"
alias vim "nvim"
function fish_title
true
end
# Compiler
set -x CC /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 $PATH /$HOME/.local/bin
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
# Go workspace
set -x GOPATH /$HOME/Projects/Go/
set -x GOPATH /$HOME/.local/share/go/
# fff
## Directory color [0-9]

View File

@ -10,7 +10,7 @@ SETUVAR fish_color_comment:990000
SETUVAR fish_color_cwd:green
SETUVAR fish_color_cwd_root:red
SETUVAR fish_color_end:009900
SETUVAR fish_color_error:ff0000
SETUVAR fish_color_error:red
SETUVAR fish_color_escape:00a6b2
SETUVAR fish_color_history_current:\x2d\x2dbold
SETUVAR fish_color_host:normal