Mercurial > dotfiles
comparison dot_zshrc @ 701:306ac9429043
feat: set tty for gpg pinentry
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 20 Oct 2022 16:12:43 +0000 |
parents | f9eadf5e6d57 |
children | b3c74bd6e485 |
comparison
equal
deleted
inserted
replaced
700:e1cbab38a3e1 | 701:306ac9429043 |
---|---|
245 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc | 245 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc |
246 export BAT_CONFIG_PATH=$HOME/.config/bat/config | 246 export BAT_CONFIG_PATH=$HOME/.config/bat/config |
247 | 247 |
248 export PS_FORMAT='pid,pgid,state,start_time,%cpu,command' | 248 export PS_FORMAT='pid,pgid,state,start_time,%cpu,command' |
249 | 249 |
250 export GPG_TTY=$(tty) | |
251 | |
250 [ -f ~/.zshrc.local ] && source ~/.zshrc.local | 252 [ -f ~/.zshrc.local ] && source ~/.zshrc.local |
251 | 253 |
252 source $HOME/.asdf/asdf.sh | 254 source $HOME/.asdf/asdf.sh |
253 fpath=(${ASDF_DIR}/completions $fpath) | 255 fpath=(${ASDF_DIR}/completions $fpath) |
254 | 256 |