Skip to content
Snippets Groups Projects
Forked from Haskell / ghcup-hs
Source project has a limited visibility.
  • Julian Ospald's avatar
    17506678
    Forget about .bash_profile · 17506678
    Julian Ospald authored
    Previously we would prefer .bash_profile
    if no .bashrc exists, but that seems a bit
    far-fetched.
    
    .bash_profile is for login shells, .bashrc
    is sourced for interactive non-login shells,
    but most .bash_profiles also explicitly source
    .bashrc, so it's hard to go wrong with it.
    Verified
    17506678
    History
    Forget about .bash_profile
    Julian Ospald authored
    Previously we would prefer .bash_profile
    if no .bashrc exists, but that seems a bit
    far-fetched.
    
    .bash_profile is for login shells, .bashrc
    is sourced for interactive non-login shells,
    but most .bash_profiles also explicitly source
    .bashrc, so it's hard to go wrong with it.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.