diff --git a/base/bashrc b/base/bashrc index 25c3966..764fde8 100644 --- a/base/bashrc +++ b/base/bashrc @@ -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)" } diff --git a/base/zshrc b/base/zshrc index 9e75785..bf22029 100755 --- a/base/zshrc +++ b/base/zshrc @@ -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