Compare commits

...

2 commits

Author SHA1 Message Date
b401369638 Add flux to environment 2025-04-08 11:21:41 +02:00
536a61af56 Add ollama to vim 2025-04-08 11:21:36 +02:00
2 changed files with 4 additions and 0 deletions

3
bashrc.d/flux Normal file
View file

@ -0,0 +1,3 @@
if [ -x "$(command -v flux)" ]; then
source <(flux completion bash)
fi

1
vimrc
View file

@ -25,6 +25,7 @@ Plugin 'scrooloose/syntastic'
Plugin 'hashivim/vim-terraform'
Plugin 'valloric/youcompleteme'
Plugin 'vimwiki/vimwiki'
Plugin 'gergap/vim-ollama'
" plugin from http://vim-scripts.org/vim/scripts.html
" Plugin 'L9'