mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 05:43:58 +00:00
chore(shell): shell env and path tweaks
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user