My dotfiles. Period.

tamtam.bashrc 352B

123456789101112131415161718192021
  1. #!/bin/bash
  2. ### .... ###
  3. ### BASH ###
  4. ### '''' ###
  5. make_ps1h() {
  6. echo "$blue\h$normal";
  7. }
  8. # my tools as aliases
  9. alias diff="colordiff -u"
  10. ### ...... ###
  11. ### OTHERS ###
  12. ### '''''' ###
  13. export PATH="$PATH:$HOME/bin/git-achievements/"
  14. export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
  15. export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"