Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 384 Bytes

Bash config

Usefull set of functions and aliases.

Usage

  • Clone this repository

    git clone https://github.com/InternetGuru/bashcfg.git $HOME
  • Add the following lines into your .bashrc file

    echo "IG bashcfg, version $(< $HOME/"bashcfg/VERSION")"
    source "$HOME/bashcfg/common"
    source "$HOME/bashcfg/git_functions"