From 5b0fa53fddb4dae203ca0279bed8debf78048bc9 Mon Sep 17 00:00:00 2001 From: juan Date: Mon, 6 Jun 2022 15:22:35 +0800 Subject: [PATCH] Simplify zshrc file --- .zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.zshrc b/.zshrc index f3474a6..fd48de2 100644 --- a/.zshrc +++ b/.zshrc @@ -82,7 +82,6 @@ bindkey ' ' magic-space export GOPATH=$HOME/.cache/go export LESSHISTFILE=/dev/null export LYNX_CFG=$HOME/.config/lynx/lynxrc -export TASKRC=$HOME/.config/task/taskrc export XDG_CACHE_HOME=$HOME/.cache export XDG_CONFIG_HOME=$HOME/.config @@ -91,12 +90,6 @@ export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt= export GPG_TTY=$(tty) # fixes gpg #colored output -export LESS_TERMCAP_md=$'\e[01;35m' -export LESS_TERMCAP_me=$'\e[0m' -export LESS_TERMCAP_so=$'\e[01;100;37m' -export LESS_TERMCAP_se=$'\e[0m' -export LESS_TERMCAP_us=$'\e[01;36m' -export LESS_TERMCAP_ue=$'\e[0m' export MANWIDTH=${MANWIDTH:-78} export MANLESS="Manual\ \$MAN_PN\ ?ltline\ %lt?L/%L.:byte\ %bB?s/%s..?\:?pB\ %pB\\%.." export LESS="-RSM~"