summaryrefslogtreecommitdiffstats
path: root/completion/arch-chroot.bash
diff options
context:
space:
mode:
Diffstat (limited to 'completion/arch-chroot.bash')
-rw-r--r--completion/arch-chroot.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/arch-chroot.bash b/completion/arch-chroot.bash
index 707208a..583bd8f 100644
--- a/completion/arch-chroot.bash
+++ b/completion/arch-chroot.bash
@@ -2,7 +2,7 @@ _arch_chroot() {
compopt +o dirnames
local cur prev opts i
_init_completion -n : || return
- opts="-u -h"
+ opts="-N -u -h"
for i in "${COMP_WORDS[@]:1:COMP_CWORD-1}"; do
if [[ -d ${i} ]]; then