From 482e2924a8fe2337c24bf8c0412f52f6038dbfd5 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sun, 6 Sep 2020 11:40:01 -0400 Subject: zsh: configure less the proper way please --- dot_zsh/source/alias.zsh | 1 - 1 file changed, 1 deletion(-) (limited to 'dot_zsh/source/alias.zsh') diff --git a/dot_zsh/source/alias.zsh b/dot_zsh/source/alias.zsh index 342fcf6..e9c63bc 100644 --- a/dot_zsh/source/alias.zsh +++ b/dot_zsh/source/alias.zsh @@ -2,7 +2,6 @@ alias cp='cp --reflink=auto' alias dit='docker run --rm -it' drun='dit -v "$PWD":/pwd:Z -w /pwd' alias h='ht -Fb' ht='ht -F' alias g=genius -alias less='less -R' alias m=micro alias ossh='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR' alias tar=bsdtar -- cgit v1.2.3