fix up alacritty and tmux

This commit is contained in:
2022-10-09 14:01:59 +02:00
parent 0ea8b9ed2c
commit 0fecdd6eaa
4 changed files with 11 additions and 3 deletions

View File

@@ -18,11 +18,15 @@
plugins = [ "git" ];
custom = "$HOME/.config/zsh_nix/custom";
};
initExtra = '' # Zsh theme
initExtraFirst = '' # very first inits in zshrc
if [[ $DISPLAY ]]; then
[[ $- != *i* ]] && return
tmux attach
tmux attach
fi
'';
initExtra = '' # Zsh theme
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
unset SSH_AGENT_PID