Skip to content

Commit

Permalink
fix(add): GPG typo
Browse files Browse the repository at this point in the history
Fixes typo in fish config for GPG.
  • Loading branch information
dme86 committed Mar 11, 2024
1 parent 3ea4ffa commit 5a9633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ alias vi nvim
alias vim nvim

fish_add_path /opt/local/bin
set -gx GPT_TTY (tty)
set -gx GPG_TTY (tty)

function ..
cd ..
Expand Down

0 comments on commit 5a9633b

Please sign in to comment.