Explorar el Código

[zsh] Fix missing dir errors

Colin Powell hace 9 horas
padre
commit
88bae496fd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      zsh/.zshrc

+ 2 - 2
zsh/.zshrc

@@ -36,7 +36,7 @@ PROMPT="${hostname} ${PROMPT}"
 
 
 export PATH="/home/powellc/.shorebird/bin:$PATH"
 export PATH="/home/powellc/.shorebird/bin:$PATH"
 export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
 export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
-. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh
+. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh &>/dev/null
 
 
 export TERM=xterm-256color
 export TERM=xterm-256color
 
 
@@ -45,7 +45,7 @@ export VISUAL="$EDITOR"
 
 
 case "$(uname -s)" in
 case "$(uname -s)" in
 Linux)
 Linux)
-    eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
+    eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv &>/dev/null)"
     ;;
     ;;
 Darwin)
 Darwin)
     eval "$(/opt/homebrew/bin/brew shellenv)"
     eval "$(/opt/homebrew/bin/brew shellenv)"