root / .profile @ 7dbec6b0
1 | 5a702e83 | Julien Enselme | export MAILDIR=~/Maildir |
---|---|---|---|
2 | |||
3 | f852bfa2 | Florent Torregrosa | ####### Composer bin directory. |
4 | export PATH="$HOME/.composer/vendor/bin:$PATH" |
||
5 | |||
6 | 5a702e83 | Julien Enselme | ####### ALIASES |
7 | . ~/.aliases |
||
8 | 20f29eb0 | Julien Enselme | |
9 | ###### FUNCTIONS |
||
10 | . ~/.functions |
||
11 | 8867b697 | Florent Torregrosa | |
12 | ###### DRUSH AUTOCOMPLETION |
||
13 | if [ -f "~/.bashrc" ] ; then |
||
14 | . ~/.bashrc |
||
15 | fi |