123456789101112131415161718192021222324 |
- #!/bin/bash
-
- ### .... ###
- ### BASH ###
- ### '''' ###
-
- make_ps1h() {
- echo "$lblack\h$normal";
- }
-
- # my tools as aliases
- alias tap="./node_modules/tap/bin/tap.js"
- alias tap-reader="./node_modules/tap/bin/tap-reader.js"
- alias diff="colordiff -u"
- alias git="git-achievements"
-
-
- ### ...... ###
- ### OTHERS ###
- ### '''''' ###
-
- export PATH="$PATH:$HOME/bin/git-achievements/"
- export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
- export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
|