Skip to content

Commit

Permalink
feat: add tty
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Sep 27, 2024
1 parent e2f847a commit 58d125e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bashrc.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ export DISABLE_FILE_OPEN_ON_NAV=1
# bat pager
export BAT_PAGER="less -R --mouse"

# gpg tty for commit issue
export GPG_TTY=$(tty)

# kubernetes
complete -F __start_kubectl k

Expand Down

0 comments on commit 58d125e

Please sign in to comment.