Skip to content

Commit

Permalink
fix: interactive commands doesn't accept input user (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hulxv authored Sep 19, 2023
1 parent 876de32 commit 73017f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hydra-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ _hydra(){
return
fi

eval "$(hydra $HYDRA)"
eval $(hydra $HYDRA)
}

bind -x '" ":_hydra'
bind -x '" ":_bash_stty_save=$(stty -g); stty sane; _hydra; stty "$_bash_stty_save"'

0 comments on commit 73017f3

Please sign in to comment.