Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 254 Bytes

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