diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 589d239..abe154f 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -8,6 +8,7 @@ export TERM=xterm-256color export ITERM_24BIT=1 alias irssi='TERM=screen-256color irssi' +alias scheme='rlwrap scheme' # This is for the mac GUI version of emacs. alias emacs-gui='open -a /Applications/Emacs.app $1' diff --git a/scripts/sysinstall/install_packages.sh b/scripts/sysinstall/install_packages.sh index 481df69..13eb908 100755 --- a/scripts/sysinstall/install_packages.sh +++ b/scripts/sysinstall/install_packages.sh @@ -48,7 +48,7 @@ packages=("wget", "emacs", "gvim", "openssh", "steam", "zsh", "zsh-completions", "xf86-video-fbdev", "xf86-video-intel", "xf86-video-vesa", "alsa-utils", "xorg", "xorg-xinit", "dmenu", "ttf-inconsolata", "i3", "google-chrome", "clojure", "leiningen", "xclip", "playerctl", "infinality-bundle", "lieningen-completions", "npm", "conky", - "feh", "networkmanager", "htop", "physlock", "mit-scheme", "pulseaudio", "ponymix") + "feh", "networkmanager", "htop", "physlock", "mit-scheme", "pulseaudio", "ponymix", "rlwrap") # Reload the font cache fc-cache -fv