Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 748 Bytes

File metadata and controls

13 lines (11 loc) · 748 Bytes

interface_config

For book keeping of all the terminal,editor etc. settings at one place

Steps:

Tips:

  • In general .bash_profile is loaded only if terminal is started in as a login shell(for example when accessing via ssh). If opened interactively, it does not start as login shell and by default it loads .bashrc file. To see effect of settings in .bash_profile do following:
    • Open Terminal
    • Go to Edit-> Profile Preferences -> Command
    • Check 'Run command as login shell' option