Merge branch 'main' of gitea:inkch/dotfiles

This commit is contained in:
inkch
2025-07-24 07:50:14 +09:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
vim.cmd([[ autocmd BufNewFile,BufRead *.tmpl execute 'set filetype='..matchlist(expand('<afile>'), '.*\.\(.*\)\.tmpl$')[1] ]])
vim.cmd([[ autocmd BufNewFile,BufRead */chezmoi/*.tmpl execute 'set filetype='..matchlist(expand('<afile>'), '.*\.\(.*\)\.tmpl$')[1] ]])

View File

@@ -79,6 +79,8 @@ set -x PATH "$VOLTA_HOME/bin" $PATH
set -x PYLINTHOME "$XDG_CACHE_HOME"/pylint
# golang
set -x GOPATH "$XDG_DATA_HOME/go"
set -ax PATH "$GOPATH"/bin
set -ax PATH /usr/local/go/bin
# Rust