Paul Walko 2017-10-24 20:30:04 -04:00
commit 7d3c089170
3 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
alias irc="ssh -6 pew@paul.walko.org"
alias irc-admin="ssh -6 ubuntu@paul.walko.org"
alias hackbox="ssh -p2222 -6 paul@cabinet.walko.org"
alias mutt="export CURR_DIR=`echo $PWD` && mutt && cd $CURR_DIR"
alias mutt="~/.mutt/runmutt.sh"

3
mutt/runmutt.sh Executable file
View File

@ -0,0 +1,3 @@
export CURR_DIR=`echo $PWD`
mutt
cd $CURR_DIR

7
vimrc Normal file
View File

@ -0,0 +1,7 @@
call plug#begin('~/.vim/plugged')
Plug 'lervag/vimtex'
call plug#end()
set mouse=a