Mainos / Advertisement:

Translations:Bashrc/15/en

Kohteesta Taisto
Versio hetkellä 10. helmikuuta 2015 kello 06.42 – tehnyt Frans (keskustelu | muokkaukset) (Ak: Uusi sivu: # enable bash completion in interactive shells if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)
Siirry navigaatioon Siirry hakuun
  1. enable bash completion in interactive shells
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
    . /etc/bash_completion
fi
Mainos / Advertisement: