Update vim plug and remove api key from zshrc

main
felixm 2023-05-19 14:14:49 -04:00
parent 94dd808aae
commit 10d3b5d81c
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@
" Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
"
" " On-demand loading
" Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
" Plug 'preservim/nerdtree', { 'on': 'NERDTreeToggle' }
" Plug 'tpope/vim-fireplace', { 'for': 'clojure' }
"
" " Using a non-default branch

View File

@ -65,7 +65,6 @@ source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export EDITOR=/usr/bin/vim
export OPENAI_API_KEY=$(keyring get openai-api-key felixm)
export TERM="xterm-256color" # required for st to work properly in some situations
# add to path