aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------.rlwrap0
-rw-r--r--.zshrc2
-rwxr-xr-xMakefile1
4 files changed, 1 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 1bbee0f..0e65ca9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,6 +7,3 @@
[submodule ".tmux/powerline"]
path = .tmux/powerline
url = https://github.com/erikw/tmux-powerline.git
-[submodule ".rlwrap"]
- path = .rlwrap
- url = https://github.com/ryanakca/rlwrap_mail.git
diff --git a/.rlwrap b/.rlwrap
deleted file mode 160000
-Subproject 9fee4e53204dacad5c3f879f55d57d33c30873f
diff --git a/.zshrc b/.zshrc
index 12f42a2..46c4bee 100644
--- a/.zshrc
+++ b/.zshrc
@@ -99,7 +99,7 @@ alias vi='vim'
alias sm='tmux attach -t mail || tmux -f ${HOME}/.tmux-mail.conf attach -t mail'
alias remote_3051='ssh -f -N -q -L 6301:192.168.1.207:631 ryan@ryanak.ca'
alias sshfw='ssh -oForwardAgent=yes'
-alias mail="RLWRAP_FILTERDIR=${HOME}/.rlwrap rlwrap -z mail_filter mail"
+alias mail="s-nail"
alias kinits="kinit -r 200h -f rkavanag@CS.CMU.EDU && kinit -r 200h -f rkavanag@ANDREW.CMU.EDU"
alias slpr="lpr -P scs_public -o Staple=1Staple\(Left\) -o KMDuplex=True"
diff --git a/Makefile b/Makefile
index 3c30e74..7131980 100755
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,6 @@ GLOBAL_FILES = \
.pythonrc.py \
.quiltrc-dpkg \
.reportbugrc \
- .rlwrap/mail_filter \
.sbuildrc \
.screenlayout/ \
.signature \