added shell script to include custom RCs in local RCs
This commit is contained in:
parent
b31ecdae3e
commit
87834b1ba7
3
redirect.sh
Normal file
3
redirect.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo source $RC_DIR/bashrc >> $HOME/.bashrc
|
||||
echo source $RC_DIR/vimrc >> $HOME/.vimrc
|
Loading…
Reference in New Issue
Block a user