Latest
This commit is contained in:
parent
1c33a98d5d
commit
44e5703693
2 changed files with 9 additions and 4 deletions
|
@ -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/
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue