My dotfiles. Period.

hugo.bashrc 424B

1234567891011121314151617181920212223
  1. #!/bin/bash
  2. ### .... ###
  3. ### BASH ###
  4. ### '''' ###
  5. make_ps1h() {
  6. echo "$lblack\h$normal";
  7. }
  8. # my tools as aliases
  9. alias tap="./node_modules/tap/bin/tap.js"
  10. alias tap-reader="./node_modules/tap/bin/tap-reader.js"
  11. alias diff="colordiff -u"
  12. ### ...... ###
  13. ### OTHERS ###
  14. ### '''''' ###
  15. export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
  16. export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
  17. export EDITOR="vim"