dotfiles

Clean dotfiles
git clone git://git.dimitrijedobrota.com/dotfiles.git
Log | Files | Refs |

.bashrc (190B)


1 # 2 # ~/.bashrc 3 # 4 5 # Content of this file can be copied to /etc/bash.bashrc or equivalent 6 # for cleaner home directory 7 8 [[ -f $XDG_CONFIG_HOME/bash/bashrc ]] && . $XDG_CONFIG_HOME/bash/bashrc