From b5ef9ff08eed2ce2738e325b9c08caa8543767c6 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 12 Feb 2020 10:26:34 +0100 Subject: [PATCH] Move GOPATH to ~/.local/share --- fish/.config/fish/config.fish | 12 ++++++------ fish/.config/fish/fish_variables | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index a48046d..81b9487 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -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] diff --git a/fish/.config/fish/fish_variables b/fish/.config/fish/fish_variables index 9cddc68..3eaf70d 100644 --- a/fish/.config/fish/fish_variables +++ b/fish/.config/fish/fish_variables @@ -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