sh: Replace kitty invocations with wezterm

This commit is contained in:
Marty Oehme 2022-11-15 18:36:41 +01:00
parent 078578b173
commit fdc85e5569
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9
3 changed files with 11 additions and 11 deletions

View file

@ -22,7 +22,7 @@ export BIBFILE="${BIBFILE:-$LIBRARYROOT/academia/academia.bib}"
# these are my personal 'important' application settings
export EDITOR="nvim"
export BROWSER="qutebrowser"
export TERMINAL="kitty"
export TERMINAL="wezterm"
export PAGER="less"
export FILEREADER="zathura"
@ -42,5 +42,5 @@ export SHELL=${SHELL:-/bin/bash}
export TERM=xterm-256color
if exist fzf; then
export FZF_DEFAULT_OPTS="--bind 'tab:toggle+down,shift-tab:toggle+up,ctrl-g:top,ctrl-t:toggle-preview,ctrl-d:preview-half-page-down,ctrl-u:preview-half-page-up' --color=light -1 -m --delimiter :"
export FZF_DEFAULT_OPTS="--bind 'tab:toggle+down,shift-tab:toggle+up,ctrl-g:top,ctrl-t:toggle-preview,ctrl-d:preview-half-page-down,ctrl-u:preview-half-page-up' --color=light -1 -m --delimiter :"
fi