Move comment, add check for OpenBSD
This commit is contained in:
		@@ -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."
 | 
			
		||||
  ;;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user