zsh: set NIX_REMOTE env var
This commit is contained in:
parent
01b973ad69
commit
51f0692128
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -197,6 +197,7 @@ autoload -U +X compinit && compinit
|
||||||
## Nix
|
## Nix
|
||||||
export PATH=$HOME/.nix-profile/bin:$PATH
|
export PATH=$HOME/.nix-profile/bin:$PATH
|
||||||
export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive
|
export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive
|
||||||
|
export NIX_REMOTE=daemon
|
||||||
|
|
||||||
## eksctl
|
## eksctl
|
||||||
if [ ! -f "${fpath[1]}/_eksctl" ]; then
|
if [ ! -f "${fpath[1]}/_eksctl" ]; then
|
||||||
|
|
Loading…
Reference in a new issue