mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Added GPG_TTY export
This commit is contained in:
parent
0cd92ab9d5
commit
30db8984bf
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export EDITOR=emacs
|
||||
|
||||
alias nv=nvim
|
||||
|
|
Loading…
Reference in a new issue