mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
chore: cleanup and fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user