TERM_EMULATOR is now defined in ZSH config files

This commit is contained in:
gardouille 2023-01-24 16:44:45 +01:00
parent 09816ef06a
commit abaea3bc35
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
# }}}
gpg_agent_info=$(gpg-connect-agent 'keyinfo --list' /bye 2>/dev/null | awk 'BEGIN{CACHED=0} /^S/ {if($7==1){CACHED=1}} END{if($0!=""){print CACHED} else {print "none"}}')
# Terminal emulator and window title
TERM_EMULATOR="alacritty"
TERM_TITLE="Authentication with tmux"
TIMEOUT=60