added shell script to include custom RCs in local RCs

This commit is contained in:
Wryn Wagner 2019-04-16 10:33:57 -06:00
parent b31ecdae3e
commit 87834b1ba7

3
redirect.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo source $RC_DIR/bashrc >> $HOME/.bashrc
echo source $RC_DIR/vimrc >> $HOME/.vimrc