From 255a2e9996f5fc8e167954bdf91196b282ef6639 Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Tue, 9 Jan 2018 14:19:42 +0200 Subject: [PATCH] fix 'hang' issue with emacs tramp. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index d53aa02..5b5cb82 100644 --- a/zshrc +++ b/zshrc @@ -25,6 +25,7 @@ bindkey -e export LESS="-X -R -F" alias http='python -m http.server' export PATH=$HOME/bin:/usr/local/bin:$PATH +export PAGER=most alias t=todo.sh export EDITOR=mg @@ -55,6 +56,7 @@ if ! zgen saved; then zgen load Tarrasch/zsh-bd zgen load Tarrasch/zsh-colors zgen load supercrabtree/k + zgen load bobsoppe/zsh-ssh-agent zgen save fi