feat: add homeshick autocomplete to init.sh

This commit is contained in:
Kitty Fangs 2024-05-05 06:59:55 +00:00
parent c2c3aaaa61
commit 3d62299ad3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ done
git clone https://github.com/andsens/homeshick.git "$HOME/.homesick/repos/homeshick" git clone https://github.com/andsens/homeshick.git "$HOME/.homesick/repos/homeshick"
# shellcheck source=/dev/null # shellcheck source=/dev/null
source "$HOME/.homesick/repos/homeshick/homeshick.sh" source "$HOME/.homesick/repos/homeshick/homeshick.sh"
source $HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash
## clone home, then set it to ssh afterwards ## clone home, then set it to ssh afterwards
## This means we need our keys before we can make further actions - disable the ssh behavior for now ## This means we need our keys before we can make further actions - disable the ssh behavior for now