Merge branch 'main' of gitea:inkch/dotfiles
This commit is contained in:
@@ -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] ]])
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user