From fa5e4d2c97644f31ae11830e63289039282490ec Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 9 Nov 2015 23:06:15 -0800 Subject: [PATCH] Fix scheme stuff --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index abe154f..bb89c41 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -8,7 +8,7 @@ export TERM=xterm-256color export ITERM_24BIT=1 alias irssi='TERM=screen-256color irssi' -alias scheme='rlwrap scheme' +alias scheme='rlwrap mit-scheme' # This is for the mac GUI version of emacs. alias emacs-gui='open -a /Applications/Emacs.app $1'