Projet

Général

Profil

Paste
Télécharger (245 octets) Statistiques
| Branche: | Révision:

root / .profile @ 8867b697

1
export MAILDIR=~/Maildir
2

    
3
####### Composer bin directory.
4
export PATH="$HOME/.composer/vendor/bin:$PATH"
5

    
6
####### ALIASES
7
. ~/.aliases
8

    
9
###### FUNCTIONS
10
. ~/.functions
11

    
12
###### DRUSH AUTOCOMPLETION
13
if [ -f "~/.bashrc" ] ; then
14
    . ~/.bashrc
15
fi