hotfix for bash

pull/77/head v2.5.1
Šimon Let 6 years ago committed by GitHub
parent 417fa3a6c8
commit 9975168965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/util.sh

@ -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

Loading…
Cancel
Save