add vim-go and those setting

This commit is contained in:
Justin Lin
2022-06-26 22:26:11 +08:00
parent 8a376d12eb
commit 8275315dc9
3 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
# to clean up.
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:~/.local/share/go/bin"
unsetopt PROMPT_SP