OSDN Git Service

fix bash_completionを有効に設定
authornaoko1010hh <naoko561010@gmail.com>
Thu, 25 Jun 2020 03:26:27 +0000 (12:26 +0900)
committernaoko1010hh <naoko561010@gmail.com>
Thu, 25 Jun 2020 03:26:27 +0000 (12:26 +0900)
channels/serene/airootfs/etc/skel/.bashrc

index f6939ee..61316cb 100644 (file)
@@ -94,6 +94,6 @@ fi
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
 # sources /etc/bash.bashrc).
-#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
-   . /etc/bash_completion
-#fi
+if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
+   . /etc/bash_completion
+fi