Browse Source

Stuff

master
Taylor Bockman 2 years ago
parent
commit
d8fd78a02e
  1. 6
      dotfiles/zsh/exports.zsh
  2. 1
      gnome/nord-gnome-terminal

6
dotfiles/zsh/exports.zsh

@ -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/

1
gnome/nord-gnome-terminal

@ -0,0 +1 @@
Subproject commit ddbdb24729711d00ef813b616c4c253f126a0023
Loading…
Cancel
Save