g4m3r changes
This commit is contained in:
parent
5b02259b30
commit
4bd342b207
4 changed files with 21 additions and 1 deletions
|
|
@ -137,6 +137,7 @@ lvim.plugins = {
|
||||||
},
|
},
|
||||||
{ "tpope/vim-rhubarb" },
|
{ "tpope/vim-rhubarb" },
|
||||||
{ "rodjek/vim-puppet" },
|
{ "rodjek/vim-puppet" },
|
||||||
|
{ "hunner/vim-beancount" },
|
||||||
{ "simnalamburt/vim-mundo" },
|
{ "simnalamburt/vim-mundo" },
|
||||||
{
|
{
|
||||||
"ethanholz/nvim-lastplace",
|
"ethanholz/nvim-lastplace",
|
||||||
|
|
|
||||||
|
|
@ -527,5 +527,13 @@ nmap <silent> gy <Plug>(coc-type-definition)
|
||||||
nmap <silent> gi <Plug>(coc-implementation)
|
nmap <silent> gi <Plug>(coc-implementation)
|
||||||
nmap <silent> gr <Plug>(coc-references)
|
nmap <silent> gr <Plug>(coc-references)
|
||||||
|
|
||||||
|
" beancount macros
|
||||||
|
au BufReadPost,BufNewFile *.beancount
|
||||||
|
\ let @f = 'joExpenses:Megs:Foodjj0zz' |
|
||||||
|
\ let @o = 'joExpenses:Megs:Otherjj0zz' |
|
||||||
|
\ let @p = 'joExpenses:Needs:Petroljj0zz' |
|
||||||
|
\ let @b = 'joAssets:ZeroSum:BankTransferjj0zz' |
|
||||||
|
\ let @w = 'kkkkA #wrong-cardjjjj'
|
||||||
|
|
||||||
" Use K to show documentation in preview window
|
" Use K to show documentation in preview window
|
||||||
nnoremap <silent> K :call ShowDocumentation()<CR>
|
nnoremap <silent> K :call ShowDocumentation()<CR>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@ default-cache-ttl 3600
|
||||||
max-cache-ttl 3600
|
max-cache-ttl 3600
|
||||||
enable-ssh-support
|
enable-ssh-support
|
||||||
#disable-scdaemon
|
#disable-scdaemon
|
||||||
|
pinentry-program /usr/local/bin/pinentry-mac
|
||||||
|
#pinentry-program /usr/sbin/pinentry-curses
|
||||||
|
#pinentry-program /opt/homebrew/bin/pinentry-mac
|
||||||
#pinentry-program /usr/bin/pinentry-curses
|
#pinentry-program /usr/bin/pinentry-curses
|
||||||
pinentry-program /Users/haugenh1/.gnupg/pinentry-ide.sh
|
pinentry-program /Users/haugenh1/.gnupg/pinentry-ide.sh
|
||||||
#extra-socket /Users/hunner/.gnupg/S.gpg-agent.extra
|
#extra-socket /Users/hunner/.gnupg/S.gpg-agent.extra
|
||||||
10
.zshrc
10
.zshrc
|
|
@ -80,6 +80,14 @@ if test -d /etc/profile.d/; then
|
||||||
done
|
done
|
||||||
unset profile
|
unset profile
|
||||||
fi
|
fi
|
||||||
|
# bison for beancount 3
|
||||||
|
if [ -d /usr/local/opt/bison/bin ] ; then
|
||||||
|
export PATH=/usr/local/opt/bison/bin:$PATH
|
||||||
|
export LDFLAGS="-L/usr/local/opt/bison/lib"
|
||||||
|
fi
|
||||||
|
# for latex
|
||||||
|
eval "$(/usr/libexec/path_helper)"
|
||||||
|
|
||||||
#gem's path
|
#gem's path
|
||||||
if [ -d ~/.gems/bin ] ; then
|
if [ -d ~/.gems/bin ] ; then
|
||||||
export PATH="$HOME/.gems/bin:$PATH"
|
export PATH="$HOME/.gems/bin:$PATH"
|
||||||
|
|
@ -378,7 +386,7 @@ fi
|
||||||
# The next line updates PATH for the Google Cloud SDK.
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
if [ -f '/home/hunner/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/home/hunner/Downloads/google-cloud-sdk/path.zsh.inc'; fi
|
if [ -f '/home/hunner/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/home/hunner/Downloads/google-cloud-sdk/path.zsh.inc'; fi
|
||||||
|
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
#eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|
||||||
# For 1.25 gke auth update
|
# For 1.25 gke auth update
|
||||||
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
|
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue