From f316c6a47f7fe36b526fbaa5648a6d89ef4e336c Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 23 Jan 2023 15:40:03 +0100 Subject: [PATCH] fix path for asdf --- README.md | 2 +- roles/bash/files/bashrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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