diff --git a/config/zshrc b/config/zshrc index 2bd66b1..49a9bb7 100644 --- a/config/zshrc +++ b/config/zshrc @@ -109,7 +109,6 @@ alias gitc="git commit" alias rc2014="minicom -D /dev/tty.usbmodem09681" export LC_CTYPE="en_US.UTF-8" -# Homebrew / MacOS Library Path uname=$(uname -s) case $uname in @@ -118,10 +117,14 @@ case $uname in ;; Darwin) export OS="darwin" + # Homebrew / MacOS Library Path export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib" # Ruby dev eval "$(rbenv init - zsh)" ;; + OpenBSD) + export OS="openbsd" + ;; *) echo "Can't detect operating system from shell." ;;