.bashrc 124 B

12345678
  1. #
  2. # ~/.bashrc
  3. #
  4. # If not running interactively, don't do anything
  5. [[ $- != *i* ]] && return
  6. PS1="\u@\h\n>\[$(tput sgr0)\]"