chore: cleanup and fixes

This commit is contained in:
2024-07-23 05:09:30 +03:00
parent e8fe5c570b
commit 28aae89f70
6 changed files with 12 additions and 14 deletions

View File

@@ -4,5 +4,3 @@
export DOTFILES="$HOME/.dotfiles"
export PATH="$HOME/.local/bin:$DOTFILES/local/bin:$PATH"
export SHARED_SCRIPTS_SOURCED=0
source "$DOTFILES/config/shared.sh"

View File

@@ -4,6 +4,10 @@
# export VERBOSE=1
# export DEBUG=1
export DOTFILES="$HOME/.dotfiles"
source "$DOTFILES/config/shared.sh"
x-path-prepend "/usr/local/bin"
x-path-prepend "/opt/homebrew/bin"
x-path-prepend "$HOME/.local/share/cargo/bin"
@@ -11,8 +15,6 @@ x-path-prepend "$HOME/.local/share/bob/nvim-bin"
x-path-prepend "$HOME/.local/bin"
x-path-prepend "$DOTFILES/local/bin"
x-load-configs
eval "$(oh-my-posh init zsh --config "$DOTFILES/config/omp/own.toml")"
# Load asdf