Explorar el Código

Actually export MAKEFLAGS variable in .zshrc

Frans Bergman hace 6 años
padre
commit
e1c0798337
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .zshrc

+ 1 - 1
.zshrc

@@ -98,7 +98,7 @@ source $ZSH/oh-my-zsh.sh
 # alias zshconfig="mate ~/.zshrc"
 # alias ohmyzsh="mate ~/.oh-my-zsh"
 
-MAKEFLAGS="-j$(nproc)"
+export MAKEFLAGS="-j$(nproc)"
 
 bindkey -v
 bindkey '^r' history-incremental-search-backward