add vim surround plugin

fix asdf loading
This commit is contained in:
Pim Kunis 2023-01-30 10:14:56 +01:00
parent ebd4dfffcf
commit 9676d13187
4 changed files with 18 additions and 6 deletions

View file

@ -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"