refactor bashrc's to bash folder and vimrc's to vim folder

This commit is contained in:
Wryn Wagner
2019-08-20 09:52:04 -06:00
parent 613e4799de
commit 9f2276c4e3
9 changed files with 39 additions and 16 deletions

View File

@ -17,4 +17,4 @@ function pika {
imgcat $IMAGE
echo;
}
alias pikabox='while true; do clear; pika; sleep 120; done'
alias pikabox='while true; do reset; pika; sleep 120; done'