Small tweaks installing on potlab

This commit is contained in:
2024-11-16 07:30:20 -05:00
parent 30529e825f
commit 2e84d9a55e
3 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export EDITOR="nvim"
export VISUAL="nvim"
# local bin
[ -d "$HOME/.local/bin" ] && export PATH="$PATH:$HOME/.local/bin"
# nvim manager
[ -d "$HOME/.local/share/bob" ] && export PATH="$PATH:$HOME/.local/share/bob/nvim-bin"
# cargo