Skip to content

Commit

Permalink
[shell] Fix issue with GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
lunacookies committed Nov 23, 2020
1 parent c2336c0 commit 45cca19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zsh/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ export CARGO_TARGET_DIR="$HOME/.cache/cargo-target"
# Enable optimisations specific for the CPU architecture we’re running on.
export RUSTFLAGS="-C target-cpu=native"

# Fix issue with ncurses GPG pinentry not connecting to TTY properly.
export GPG_TTY=$(tty)

#
# Options
#
Expand Down

0 comments on commit 45cca19

Please sign in to comment.