diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-11 22:22:52 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-11 22:22:52 -0600 |
commit | a7fe5bf64579f63f311de12fd40e8c80ae284390 (patch) | |
tree | f00cd9bb13b5f103096f1c2f5a3ad034fd4423e2 | |
parent | 710cd5a6da15378da4b472f5ef18bfc476508ace (diff) | |
download | dotconfig-a7fe5bf64579f63f311de12fd40e8c80ae284390.tar.xz dotconfig-a7fe5bf64579f63f311de12fd40e8c80ae284390.zip |
tssg changes and such
-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 |