More updates

This commit is contained in:
Gene Liverman 2023-08-16 20:49:07 -04:00
parent 601fcd303b
commit 70ae1cd6b3
4 changed files with 45 additions and 20 deletions

View file

@ -75,6 +75,4 @@ let g:vim_markdown_folding_disabled = 1
" settings for vim-airline
let g:airline_theme='powerlineish'
" import settings that are OS specific
" source ~/.vimrc_os_specific
" let g:airline_powerline_fonts = 1

View file

@ -99,9 +99,9 @@ if [[ $(uname) == 'Darwin' ]]; then
export PATH=/usr/local/MacGPG2/bin:$PATH
fi
export GPG_TTY=$(tty)
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
# export GPG_TTY=$(tty)
# export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
# gpgconf --launch gpg-agent
# export MANPATH="/usr/local/man:$MANPATH"
@ -202,7 +202,7 @@ if [[ `uname` == 'Darwin' ]]; then
export PATH=$PATH:$GEMBIN
# added by travis gem
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
# [ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
# added to make pipx work
[ -d /Users/gene/.local/bin ] && export PATH=$PATH:/Users/gene/.local/bin