fix up alacritty and tmux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user