From d8fd78a02e2006e7387889b662a5f796f36c16bd Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 13 Nov 2022 11:10:16 -0800 Subject: [PATCH] Stuff --- dotfiles/zsh/exports.zsh | 10 ++++++++-- gnome/nord-gnome-terminal | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) create mode 160000 gnome/nord-gnome-terminal diff --git a/dotfiles/zsh/exports.zsh b/dotfiles/zsh/exports.zsh index fbdf8a2..0167338 100644 --- a/dotfiles/zsh/exports.zsh +++ b/dotfiles/zsh/exports.zsh @@ -27,11 +27,11 @@ export PATH="/usr/local/opt/openjdk/bin:$PATH" export HISTCONTROL=ignoredups # If go is installed, set the $GOPATH to the projects directory created above. -if which go > /dev/null; then +if which go > /dev/null; then export GOPATH=$HOME/.go export PATH=${PATH}:`go env GOPATH`/bin fi - + if [ -d "$HOME/.rvm" ]; then export PATH="$PATH:$HOME/.rvm/bin" fi @@ -40,6 +40,12 @@ if [ -f "$HOME/.cargo/env" ]; then . "$HOME/.cargo/env" fi +if [[ "$OSTYPE" == "linux-gnu" ]]; then + # If the Go install guide was followed for Linux + # /usr/local/go will contain the go binary. + export PATH=$PATH:/usr/local/go/bin +fi + if [[ "$OSTYPE" == "darwin"* ]]; then # Enable homebrew openssl support export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/ diff --git a/gnome/nord-gnome-terminal b/gnome/nord-gnome-terminal new file mode 160000 index 0000000..ddbdb24 --- /dev/null +++ b/gnome/nord-gnome-terminal @@ -0,0 +1 @@ +Subproject commit ddbdb24729711d00ef813b616c4c253f126a0023