long time no commit
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
if which go 2>&1 > /dev/null; then
|
||||
export GOPATH=~/Documents/dev/go
|
||||
export GOPATH=~/development/go
|
||||
export PATH=${PATH}:${GOPATH}/bin
|
||||
fi
|
||||
export SPOTIFY_CLIENT=a9138a6b1082438fa196221f9da72617
|
||||
export SPOTIFY_SECRET=1c6ea12d0ba7455a9de42c693c77bc47
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
if [[ "$TERM" == screen-256color ]] || [[ -n "$TMUX" ]] || [[ "${TERM_PROGRAM}" == "code" ]]; then
|
||||
if [[ "$TERM" == screen-256color ]] || [[ -n "$TMUX" ]] || [[ "${TERM_PROGRAM}" == "vscode" ]]; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
2
.zsh.d/50-env.zsh
Normal file
2
.zsh.d/50-env.zsh
Normal file
@@ -0,0 +1,2 @@
|
||||
export BAT_THEME="dark_neon"
|
||||
#export BAT_THEME="Monokai Extended"
|
||||
Reference in New Issue
Block a user