feat: add homeshick autocomplete to init.sh
This commit is contained in:
parent
a1fe1ae26b
commit
97ab9f36b9
1
init.sh
1
init.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue