This commit is contained in:
Brian Zalewski 2023-06-14 05:08:18 +00:00
parent 1c33a98d5d
commit 44e5703693
2 changed files with 9 additions and 4 deletions

View file

@ -253,3 +253,7 @@ https://github.com/symless/synergy-core
https://symless.com/synergy/features https://symless.com/synergy/features
https://github.com/upscayl/upscayl https://github.com/upscayl/upscayl
https://espanso.org/ https://espanso.org/
## Premium
* https://alternativeto.net/software/daemon-tools/about/

View file

@ -142,9 +142,10 @@ elif [ -f "$SDKMAN_DIR/bin/sdkman-init.sh" ]; then
fi fi
### Tea ### Tea
if command -v tea > /dev/null; then # TODO: Fix this so it does not cause errors as Chezmoi runs
source <(tea --magic) # if command -v tea > /dev/null; then
fi # source <(tea --magic)
# fi
### VIM ### VIM
export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC' export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC'