/usefull-bashprofile

Primary LanguageShellMIT LicenseMIT

usefull-bashprofile

Install

git clone https://github.com/g3org3/usefull-bashprofile.git ~/.jagc_bash_profile;
echo -e "\nsource ~/.jagc_bash_profile/bash_profile.sh" >> ~/.bashrc;

Update

cd ~/.jagc_bash_profile && git pull origin master --tags && cd ~;