diff options
-rwxr-xr-x | nvim/init.vim | 1 | ||||
-rw-r--r-- | zsh/zprofile.G3N2 | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index db19c5e..f540d63 100755 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -32,6 +32,7 @@ syntax on " Enable syntax highlighting autocmd BufRead,BufNewFile *.tex set filetype=tex au Filetype tex let b:autopairs_enabled = 0 au Filetype tex setlocal indentexpr= +au BufRead,BufNewFile *.tssg set filetype=tssg " VimWiki options let g:vimwiki_list = [{'path': '~/docs/school/arc/docs/wiki/', 'path_html': '~/docs/school/arc/docs/wiki/site/'}] diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2 index 423a8f4..27b283c 100644 --- a/zsh/zprofile.G3N2 +++ b/zsh/zprofile.G3N2 @@ -2,9 +2,9 @@ # vim: filetype=zsh export WIFIDEV="wlp2s0f0u3" export ETHEDEV="eno1" -export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH" +export PATH="/home/timmy/.local/bin/video:$PATH" export PATH="/home/timmy/.cargo/bin:$PATH" -export PATH="$scriptspath/video:$PATH" +export PATH="/home/timmy/.local/opt:$PATH" export ZPLUGINS=" /usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh |