/useful_scripts

some useful scripts

Primary LanguagePython

useful_scripts

some useful scripts

.bashrc (.vimrc is similar)

# for the first time, run
$ wget --no-check-certificate https://raw.githubusercontent.com/gaopinghuang0/useful_scripts/master/bash/.bashrc --output-document .bashrc.new
$ mv .bashrc.new ~/.bashrc
$ source ~/.bashrc

# for the future time, simply run
$ syncbashrc