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