dotfiles

dot files
git clone git://git.rr3.xyz/dotfiles | git clone gits://git.rr3.xyz/dotfiles
Log | Files | Refs | Submodules

.bashrc (462B)


      1 true  # In case anything tries prepending below comments.
      2 # ↑↑↑ MACHINE GENERATED ↑↑↑
      3 # ------------------------------------------------------------------------------
      4 
      5 . "$HOME"/.shinit
      6 is_interactive || return
      7 sourcefile "$HOME"/.shrc
      8 sourcedir "$HOME"/.config/bashrc.d
      9 
     10 # ------------------------------------------------------------------------------
     11 # ↓↓↓ MACHINE GENERATED ↓↓↓
     12 true  # In case anything tries appending above comments.