My dotfiles. Period.

defaults.bashrc 168B

1234567891011121314
  1. #!/bin/bash
  2. #
  3. # defaults to be overriden in host/hostname.bashrc and user/username.bashrc
  4. #
  5. make_ps1u() {
  6. echo "";
  7. }
  8. make_ps1h() {
  9. echo "$blue\h$normal";
  10. }