My dotfiles. Period.

amahdal.bashrc 58B

12345
  1. #!/bin/bash
  2. make_ps1u() {
  3. echo "$yellow\u$normal";
  4. }