mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 12:46:56 +00:00
chore(shell): update omp cfg path to dotfiles
This commit is contained in:
@@ -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)"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user