zsh: added GPODDER_HOME
This commit is contained in:
parent
e9ce544327
commit
61c757a419
|
@ -13,6 +13,7 @@
|
|||
eval "$(direnv hook zsh)"
|
||||
test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors)
|
||||
export GPG_TTY="$(tty)"
|
||||
export GPODDER_HOME=~/.gPodder
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
if type rg &> /dev/null; then
|
||||
|
@ -29,6 +30,7 @@
|
|||
theme = "powerlevel9k";
|
||||
};
|
||||
promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";
|
||||
vteIntegration = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue