mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 09:53:10 -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'
|
alias ls='ls --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
export EDITOR=emacs
|
export EDITOR=emacs
|
||||||
|
|
||||||
alias nv=nvim
|
alias nv=nvim
|
||||||
|
|
Loading…
Reference in a new issue