feat: add homeshick autocomplete to init.sh

This commit is contained in:
Katerina Ford 2024-05-05 06:59:55 +00:00
parent a1fe1ae26b
commit 97ab9f36b9
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"
# shellcheck source=/dev/null
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
source $HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash
## 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