Moved CACHIX_AUTH_TOKEN
definition for zsh
shell
This commit is contained in:
parent
f49732e3ed
commit
e68e1fe843
1 changed files with 2 additions and 1 deletions
|
@ -130,9 +130,10 @@
|
|||
loginExtra = "[[ -z $DISPLAY && $TTY = /dev/tty1 ]] && exec sway";
|
||||
envExtra = ''
|
||||
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' # for Emacs TRAMP mode
|
||||
export CACHIX_AUTH_TOKEN=$(cat ${age.secrets.cachix-personal-token.path})
|
||||
'';
|
||||
initExtra = ''
|
||||
export CACHIX_AUTH_TOKEN=$(cat ${age.secrets.cachix-personal-token.path})
|
||||
|
||||
# Don't enable VIM emulation when in Emacs
|
||||
[[ -z $INSIDE_EMACS ]] && source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue