fix zsh.d files

This commit is contained in:
Simonas Narbutas
2019-11-22 12:49:39 +01:00
parent bb1363f92e
commit ad7f785f3b
9 changed files with 8 additions and 7 deletions

View File

@@ -1,2 +0,0 @@
export BAT_THEME="dark_neon"
#export BAT_THEME="Monokai Extended"

1
.zsh.d/00-path.zsh Symbolic link
View File

@@ -0,0 +1 @@
/home/snarbutas/.config/yadm/alt/.zsh.d/00-path.zsh##o.Linux,h.epiphanius

4
.zsh.d/11-go.zsh Normal file
View File

@@ -0,0 +1,4 @@
if which go 2>&1 > /dev/null; then
export GOPATH=~/development/go
export PATH=${PATH}:${GOPATH}/bin
fi

View File

@@ -3,4 +3,4 @@
# export PATH="${PATH}:${dir}" # export PATH="${PATH}:${dir}"
# fi # fi
#done #done
eval "$(rbenv init -)" #eval "$(rbenv init -)"

View File

@@ -1,6 +1,4 @@
if which go 2>&1 > /dev/null; then export BAT_THEME="dark_neon"
export GOPATH=~/development/go #export BAT_THEME="Monokai Extended"
export PATH=${PATH}:${GOPATH}/bin
fi
export SPOTIFY_CLIENT=a9138a6b1082438fa196221f9da72617 export SPOTIFY_CLIENT=a9138a6b1082438fa196221f9da72617
export SPOTIFY_SECRET=1c6ea12d0ba7455a9de42c693c77bc47 export SPOTIFY_SECRET=1c6ea12d0ba7455a9de42c693c77bc47