From f6357885cdf0af4b2592713bcbfb3f1abe1760a7 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Mon, 30 May 2022 21:36:08 +0200 Subject: moved less colour exports --- .config/zsh/.zshrc | 7 ------- 1 file changed, 7 deletions(-) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index df737ba..e43d2d9 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -20,13 +20,6 @@ export EDITOR=vim export VISUAL=vim export PAGER="less -i -j.5 -R" -export LESS_TERMCAP_mb=$'\E[1;31m' -export LESS_TERMCAP_md=$'\E[1;31m' -export LESS_TERMCAP_me=$'\E[0m' -export LESS_TERMCAP_ue=$'\E[0m' -export LESS_TERMCAP_se=$'\E[0m' -export LESS_TERMCAP_us=$'\E[1;32m' - alias sudo='doas' alias sudoedit='doasedit' -- cgit v1.2.3-70-g09d2