Add Go workspace's bin to the Path

This commit is contained in:
coolneng 2019-11-20 16:20:55 +01:00
parent 6b12dfb4dc
commit 451d686cf1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 5 deletions

View File

@ -37,6 +37,7 @@ 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/coolneng/.local/bin
set PATH $PATH /home/coolneng/.scripts
set PATH $PATH /home/coolneng/Projects/Go/bin
# fff
## Directory color [0-9]
@ -47,8 +48,3 @@ set -x FFF_FAV1 /home/coolneng/Sync/Documents/Uni
set -x FFF_FAV2 /home/coolneng/Sync/Documents/Papers
set -x FFF_FAV3 /home/coolneng/Sync/Documents/Books/Academic/
set -x FFF_FAV4 /home/coolneng/Sync/Documents/Education/
# Gnome Keyring
if test -n "$DESKTOP_SESSION"
set (gnome-keyring-daemon --start | string split "=")
end