feat: add webman to PATH and install in Dockerfile

This commit is contained in:
Andrew Lee
2022-05-12 00:34:13 -06:00
parent 1bba28bc3f
commit 4f02661fc4
2 changed files with 5 additions and 1 deletions

View File

@@ -116,6 +116,9 @@ nvimp() {
nvim -u ~/.config/nvim/cmp_init.vim $1
}
# Add path to webman (package manager) bin
path=("$HOME/.webman/bin" $path)
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.