Explorar el Código

Take care of 'GNU/kFreeBSD' in os specific configuration

Emmanuel Bouthenot hace 15 años
padre
commit
fd0c77477d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .zsh.d/zshrc

+ 2 - 0
.zsh.d/zshrc

@@ -28,6 +28,8 @@ done
 
 # per OS resource file
 local os=$(uname)
+# special case
+[ "$os" = "GNU/kFreeBSD" ] && os="Linux"
 [ -r "$DOTZSHDIR/os.d/${os}.zsh" ] && source "$DOTZSHDIR/os.d/${os}.zsh"
 
 # sourcing config files