Multiple updates : Iterm themes doc added, misspell aliases added, notes and homework functions added

This commit is contained in:
Wryn Wagner
2019-06-26 11:28:47 -06:00
parent 8dd986317b
commit feb68b143f
5 changed files with 140 additions and 1 deletions

4
redirect Executable file
View File

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