installCompletion - Fix bashrc filename

This commit is contained in:
2022-03-13 08:02:20 +01:00
parent eed4089f9e
commit 729f4923f9

View File

@@ -5,7 +5,7 @@ WDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >>/dev/null 2>&1 && pwd)"
_sequencerCompletion() {
local SEQCOMP_LOC="${WDIR}/sqnall-completion.bash"
local SEQCOMP_LOADER="$HOME/.bashrc)"
local SEQCOMP_LOADER="$HOME/.bashrc"
local SEQCOMP_SOURCE="source \"$SEQCOMP_LOC\""
grep "$SEQCOMP_SOURCE" "$SEQCOMP_LOADER" >>/dev/null 2>&1