Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 254 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 254 Bytes

cli-prefs

Usage

  • git clone project in your home directory.
  • Add these lines to your ~/.profile or ~/.bash_profile file :
    if [ -f "$HOME/cli-prefs/bashrc.sh" ]; then
        . "$HOME/cli-prefs/bashrc.sh"
    fi