1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

updated default editor

This commit is contained in:
Ryan 2018-03-27 15:07:23 +02:00
parent 57a75c8a72
commit ef4f51db91

View File

@ -97,6 +97,9 @@ export GPG_TTY=$(tty)
# Set default browser
export BROWSER=firefox
# pkg editor
export VISUAL="vim"
# Refresh gpg-agent tty in case user switches into an X session
gpg-connect-agent updatestartuptty /bye >/dev/null