jdodds / bash.conf

bash configuration template based off some sane defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base config for bash, using these rules:

  • .profile should be POSIX compliant
  • .bash_profile should load .profile and .bashrc in that order
  • .bashrc for things you want at an interactive prompt

this mostly ensures you don't have to think about the differences between these files.

see the discussion here.

About

bash configuration template based off some sane defaults


Languages

Language:Shell 100.0%