From 52a81fe914e4cea32732447d31bf03082b7bf040 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 5 Dec 2020 08:48:26 -0500 Subject: Just use s-nail instead of mailx+rlwrap --- .gitmodules | 3 --- .rlwrap | 1 - .zshrc | 2 +- Makefile | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) delete mode 160000 .rlwrap 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 index 9fee4e5..0000000 --- a/.rlwrap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9fee4e53204dacad5c3f879f55d57d33c30873fd 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 \ -- cgit v1.2.3