feat: antidot

Cleans up your $HOME from those pesky dotfiles
This commit is contained in:
2024-06-09 15:57:41 +03:00
parent 0495ac1ea8
commit 493ad17c15
4 changed files with 18 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ export PATH="$XDG_BIN_HOME:$DOTFILES/local/bin:$HOME/.local/go/bin:$XDG_DATA_HOM
x-load-configs
x-have antidot && {
eval "$(antidot init)"
}
export COMPLETION_WAITING_DOTS=true
if type brew &> /dev/null; then