add vim surround plugin
fix asdf loading
This commit is contained in:
parent
ebd4dfffcf
commit
9676d13187
4 changed files with 18 additions and 6 deletions
|
@ -101,5 +101,6 @@ alias vim='nvim'
|
|||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
|
||||
# asdf command
|
||||
PATH=$PATH:~/.asdf/bin
|
||||
# asdf
|
||||
. "$HOME/.asdf/asdf.sh"
|
||||
. "$HOME/.asdf/completions/asdf.bash"
|
||||
|
|
Reference in a new issue