add vim-go and those setting
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user