Skip to content

Commit

Permalink
update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Oct 24, 2017
1 parent 58f986f commit 8e8c821
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aliases
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions mutt/runmutt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export CURR_DIR=`echo $PWD`
mutt
cd $CURR_DIR
7 changes: 7 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
call plug#begin('~/.vim/plugged')

Plug 'lervag/vimtex'

call plug#end()

set mouse=a
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e8c821

Please sign in to comment.