workaround not needed, fixed in zellij

This commit is contained in:
eeleater 2024-11-17 23:16:08 +01:00
parent 5411399bf5
commit 9d6e70836f

View file

@ -64,7 +64,6 @@ export HISTSIZE=$(( 1.2 * SAVEHIST ))
export ZSH_CACHE_DIR="$XDG_CACHE_HOME"/zsh
export HISTFILE="$ZSH_CACHE_DIR"/history
export GPG_TTY="$TTY"
export FZF_MARKS_JUMP='^j'
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
export DIFFPROG='meld'
{{- end }}