Kaynağa Gözat

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

Emmanuel Bouthenot 15 yıl önce
ebeveyn
işleme
fd0c77477d
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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