Skip to content

Zavon/bashrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

bashrc

To install locally

  1. clone this repository

  2. link your .bashrc to the repositories bashrc file

    $ ln -s ~/location/of/clone/bashrc ~/.bashrc

To install globally

  1. Clone repository

  2. Link (or move) your /etc/bash.bashrc or /etc/bash.bashrc.local to the repositories bashrc file

    $ ln -s /location/of/clone/bashrc /etc/bash.bashrc

or $ mv /location/of/clone/bashrc /etc/bash.bashrc

```

or

``` sh
$ ln -s /location/of/clone/bashrc /etc/bash.bashrc.local

or $ mv /location/of/clone/bashrc /etc/bash.bashrc.local ``` configuration

  1. Global configuration

    $ vim /etc/bashrc.config
  2. Local configuration

    NOTE: local configuration takes precedence over the global configuration.

    $ vim ~/.bashrc.config
  3. configuration flags

    PSCOL=${REG}${COLRED}  # default prompt color
    USRCOL=${BLD}${COLYLW} # user color
    HSTCOL=${BLD}${COLWHT} # hostname color
    
    SCMENABLED=1           # enable scm integration
    SCMDIRTY=1             # source code management dirty state
                           # enabled (default) or disabled

About

bashrc config file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published