TERM_EMULATOR is now defined in ZSH config files
This commit is contained in:
parent
09816ef06a
commit
abaea3bc35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue