[[bash]]
 

Bash

La bash e' una delle possibili shell di Linux. Qui troverete alcune informazioni su come configurarla e personalizzarla al meglio.

Installare e abilitare la bash completion

PEr farlo vi basta installar il pacchetto bash-completion (o git-completion su alcune distro) e nei /.bashrc degli utenti che vogliamo che la usino inserire le seguenti rige alla fine:

if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi
 
bash.txt · Last modified: 2009/09/05 17:09 by finarfin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki