Folder to easyly add some customisation to bash
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345 |
- # You may want to put all your additions into a folder file like
- # ~/.bash, instead of adding them here directly.
- for file in ~/.bash/enabled/*.sh; do
- . $file
- done
|