1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 11:51:50 +08:00

fix gpg by exporting things

This commit is contained in:
juan 2021-09-26 11:28:00 +08:00
parent 2e81410ff0
commit 8404fbef38

1
.zshrc
View File

@ -109,6 +109,7 @@ export TASKRC=$HOME/.config/task/taskrc
#settings for software
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'