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