Skip to content

Commit

Permalink
hotfix for bash
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn authored Jan 20, 2020
1 parent 417fa3a commit 9975168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ __resh_run_daemon() {
__resh_bash_completion_init() {
# primitive check to find out if bash_completions are installed
# skip completion init if they are not
_get_comp_words_by_ref >/dev/null 2>dev/null || return
_get_comp_words_by_ref >/dev/null 2>/dev/null || return
local bash_completion_dir=~/.resh/bash_completion.d
# source user completion directory definitions
# taken from /usr/share/bash-completion/bash_completion
Expand Down

0 comments on commit 9975168

Please sign in to comment.