sh: Replace kitty invocations with wezterm
This commit is contained in:
parent
078578b173
commit
fdc85e5569
3 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue