Compare commits

...

1 Commits

Author SHA1 Message Date
1bde81a673 chore(shell): update omp cfg path to dotfiles 2024-06-18 08:50:10 +03:00
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