Skip to content

Commit

Permalink
Added system for modifying gpg files
Browse files Browse the repository at this point in the history
  • Loading branch information
tdickman committed Nov 2, 2019
1 parent 9dd51b6 commit 2039e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash_shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ mem()

source ~/.bash_aliases.sh
source <(kubectl completion bash | sed 's/kubectl/k/g')

GPG_TTY=`tty`
export GPG_TTY
1 change: 1 addition & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Plug 'rnestler/michelson.vim'
Plug 'sjurgemeyer/vimport'
Plug 'https://github.com/dkprice/vim-easygrep'
Plug 'https://github.com/tpope/vim-obsession'
Plug 'https://github.com/jamessan/vim-gnupg'

call plug#end()

Expand Down

0 comments on commit 2039e3b

Please sign in to comment.