123456789101112131415161718192021 |
- #!/bin/bash
-
- ### .... ###
- ### BASH ###
- ### '''' ###
-
- make_ps1h() {
- echo "$blue\h$normal";
- }
-
- # my tools as aliases
- alias diff="colordiff -u"
-
-
- ### ...... ###
- ### OTHERS ###
- ### '''''' ###
-
- export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
- export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
- export EDITOR="vim"
|