My dotfiles. Period.

tamten.bashrc 382B

12345678910111213141516171819202122
  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="$HOME/bin:$PATH:$HOME/bin/git-achievements/"
  14. export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
  15. export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
  16. export EDITOR="vim"