Default terminal to terminator
This commit is contained in:
parent
43bb903939
commit
74eac552b2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
|
||||
export SUDO_EDITOR="$EDITOR"
|
||||
|
||||
export TERMINAL="kitty"
|
||||
export TERMINAL="terminator"
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
|
||||
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue