Skip to content

Commit

Permalink
^ completions: host: disable for now, does not work right
Browse files Browse the repository at this point in the history
disable host completions because they don't work wirht and with all the
right commands, we will work on it later
  • Loading branch information
smemsh committed Sep 22, 2024
1 parent 0804635 commit 7a5351f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.d/completions
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ shell_init_completions_host ()
local infile=~/.ssh/known_hosts
local outfile=$HOSTFILE

# TODO this is broken, FIXME
return

if ! test -e $infile
then
# maybe anew host does not have any ssh known_hosts yet
Expand Down

0 comments on commit 7a5351f

Please sign in to comment.