fix path for asdf
This commit is contained in:
parent
e969ba230b
commit
f316c6a47f
2 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,7 @@ As an intermediate solution, I can just put the password in keepass...
|
||||||
#### Neovim
|
#### Neovim
|
||||||
|
|
||||||
- More cool plugins :)
|
- 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
|
## Long-term TODO
|
||||||
|
|
||||||
|
|
|
@ -100,3 +100,6 @@ alias vi='nvim'
|
||||||
alias vim='nvim'
|
alias vim='nvim'
|
||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
|
# asdf command
|
||||||
|
PATH=$PATH:~/.asdf/bin
|
||||||
|
|
Reference in a new issue