From 8e8c8214ba2bcc02e31fb175e76dbdd6e3ca596d Mon Sep 17 00:00:00 2001 From: paulwalko Date: Tue, 24 Oct 2017 15:28:32 -0400 Subject: [PATCH] update dotfiles --- aliases | 2 +- mutt/runmutt.sh | 3 +++ vimrc | 7 +++++++ zshrc | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100755 mutt/runmutt.sh create mode 100644 vimrc diff --git a/aliases b/aliases index 858b903..b15b2a0 100644 --- a/aliases +++ b/aliases @@ -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" diff --git a/mutt/runmutt.sh b/mutt/runmutt.sh new file mode 100755 index 0000000..63b3daa --- /dev/null +++ b/mutt/runmutt.sh @@ -0,0 +1,3 @@ +export CURR_DIR=`echo $PWD` +mutt +cd $CURR_DIR diff --git a/vimrc b/vimrc new file mode 100644 index 0000000..6ce9622 --- /dev/null +++ b/vimrc @@ -0,0 +1,7 @@ +call plug#begin('~/.vim/plugged') + +Plug 'lervag/vimtex' + +call plug#end() + +set mouse=a diff --git a/zshrc b/zshrc index 6d8e705..c942e46 100644 --- a/zshrc +++ b/zshrc @@ -7,7 +7,7 @@ # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="robbyrussell" +ZSH_THEME="steeef" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"