summaryrefslogtreecommitdiffstatshomepage
path: root/zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-29 14:11:59 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-29 14:11:59 -0500
commit9770190e54128f1e24d69a1e42a013bb408c68f9 (patch)
treee0346bbf74edd901f71ce12236edfde17c8e5ac8 /zsh
parent846bbdc473ad91218dfa08b384bb817681446721 (diff)
fix: moved GPG_TTY to wsl plugin
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 281033c..b66b1f9 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -14,7 +14,6 @@ export VISUAL="code --wait"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export MANROFFOPT="-c"
export GOPATH="$HOME"/.go
-export GPG_TTY=$( tty )
export STARSHIP_LOG="error"
export FZF_PREVIEW_COMMAND="bat --style=numbers,changes --wrap never --color always {} || cat {} || tree -C {}"
export FZF_DEFAULT_COMMAND="fd --type f || git ls-tree -r --name-only HEAD || rg --files || find ."