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://github.com/upscayl/upscayl
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
### Tea
if command -v tea > /dev/null; then
source <(tea --magic)
fi
# TODO: Fix this so it does not cause errors as Chezmoi runs
# if command -v tea > /dev/null; then
# source <(tea --magic)
# fi
### VIM
export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC'