mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
fix gpg by exporting things
This commit is contained in:
parent
2e81410ff0
commit
8404fbef38
1
.zshrc
1
.zshrc
@ -109,6 +109,7 @@ export TASKRC=$HOME/.config/task/taskrc
|
|||||||
|
|
||||||
#settings for software
|
#settings for software
|
||||||
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
export FZF_DEFAULT_OPTS="--reverse --cycle --height=40% --border sharp --prompt=🔎"
|
||||||
|
export GPG_TTY=$(tty) # fixes gpg
|
||||||
|
|
||||||
#colored output
|
#colored output
|
||||||
export LESS_TERMCAP_md=$'\e[01;35m'
|
export LESS_TERMCAP_md=$'\e[01;35m'
|
||||||
|
Loading…
Reference in New Issue
Block a user