dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

.bash_profile (102B)


      1 # ~/.bash_profile
      2 if [ -f $HOME/.config/bash/.bashrc ]; then
      3     source $HOME/.config/bash/.bashrc
      4 fi