Explorar o código

Actually export MAKEFLAGS variable in .zshrc

Frans Bergman %!s(int64=6) %!d(string=hai) anos
pai
achega
e1c0798337
Modificáronse 1 ficheiros con 1 adicións e 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