chore(shell): shell env and path tweaks

This commit is contained in:
2023-10-09 16:53:36 +03:00
parent acf0bbe659
commit 08c2be6f97
5 changed files with 24 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
# Defaults
export DOTFILES="$HOME/.dotfiles"
export PATH="$HOME/.local/bin:$HOME/.dotfiles/local/bin:$PATH"
export PATH="$HOME/.local/bin:$HOME/.dotfiles/local/bin:$HOME/.local/go/bin:$PATH"
# shellcheck source=scripts/shared.sh
source "$DOTFILES/scripts/shared.sh"