diff --git a/docs/TODO.md b/docs/TODO.md index 85a09a30..8b2ffc50 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -252,4 +252,8 @@ https://www.bluestacks.com/ https://github.com/symless/synergy-core https://symless.com/synergy/features https://github.com/upscayl/upscayl -https://espanso.org/ \ No newline at end of file +https://espanso.org/ + +## Premium + +* https://alternativeto.net/software/daemon-tools/about/ \ No newline at end of file diff --git a/home/dot_config/shell/profile.sh.tmpl b/home/dot_config/shell/profile.sh.tmpl index 06bc1c18..2e43f85d 100644 --- a/home/dot_config/shell/profile.sh.tmpl +++ b/home/dot_config/shell/profile.sh.tmpl @@ -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'