manurFR / dotfiles

Mes dotfiles favoris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Linux dotfiles.

.bash_aliases setup

If on bash, put this on your .bash_profile (or .bashrc) :

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

If not on bash, you already know what to do.

About

Mes dotfiles favoris

License:MIT License


Languages

Language:Shell 99.2%Language:Python 0.8%