このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
os:debian:debian10.7 [2021/01/06 10:27] michiya 作成 |
os:debian:debian10.7 [2021/01/09 14:37] (現在) |
||
---|---|---|---|
行 5: | 行 5: | ||
# apt dist-upgrade | # apt dist-upgrade | ||
</ | </ | ||
+ | |||
< | < | ||
# apt install bash-completion | # apt install bash-completion | ||
</ | </ | ||
+ | |||
+ | |||
+ | < | ||
+ | ... | ||
+ | enable bash completion in interactive shells | ||
+ | if ! shopt -oq posix; then | ||
+ | if [ -f / | ||
+ | . / | ||
+ | elif [ -f / | ||
+ | . / | ||
+ | fi | ||
+ | fi | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | |||
+ |