chore(shell): update omp cfg path to dotfiles

This commit is contained in:
2024-06-18 08:50:10 +03:00
parent d60248f356
commit c3f29a394a
2 changed files with 2 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ x-have rbenv && {
eval "$(rbenv init - bash)"
}
# eval "$(starship init bash)"
x-have oh-my-posh && {
eval "$(oh-my-posh init bash --config $XDG_CONFIG_HOME/oh-my-posh.omp.json)"
eval "$(oh-my-posh init bash --config $DOTFILES/config/omp/own.toml)"
}

View File

@@ -19,7 +19,7 @@ export PATH="$XDG_BIN_HOME:$DOTFILES/local/bin:$HOME/.local/go/bin:$XDG_DATA_HOM
x-load-configs
x-have oh-my-posh && {
eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/own.toml)"
eval "$(oh-my-posh init zsh --config $DOTFILES/config/omp/own.toml)"
}
export COMPLETION_WAITING_DOTS=true