Add Go workspace's bin to the Path
This commit is contained in:
parent
6b12dfb4dc
commit
451d686cf1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue