diff --git a/README.md b/README.md index 8cfc57c..c35fdc5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ As an intermediate solution, I can just put the password in keepass... #### Neovim - More cool plugins :) -- How to configure dial.nvim? +- That fast movement plugin that shows jump locations, not sure what it was called. ## Long-term TODO diff --git a/roles/bash/files/bashrc b/roles/bash/files/bashrc index 69ba43a..24e1052 100644 --- a/roles/bash/files/bashrc +++ b/roles/bash/files/bashrc @@ -100,3 +100,6 @@ alias vi='nvim' alias vim='nvim' [ -f ~/.fzf.bash ] && source ~/.fzf.bash + +# asdf command +PATH=$PATH:~/.asdf/bin