oh-my-posh is now installed to .local/bin everywhere
This commit is contained in:
parent
89fa7f2b74
commit
95d6c35a7a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
#assume_yes = true
|
#assume_yes = true
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# Disable specific steps - same options as the command line flag
|
||||||
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell"]
|
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "distrobox"]
|
||||||
|
|
||||||
# Skip Notify
|
# Skip Notify
|
||||||
skip_notify = true
|
skip_notify = true
|
||||||
|
|
|
@ -18,5 +18,5 @@ for sourced in "$XDG_DATA_HOME"/zsh/files/*; do source $sourced; done
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json')
|
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json')
|
||||||
export POSH_THEME="$XDG_DATA_HOME/omp/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
export POSH_THEME="$XDG_CACHE_HOME/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
||||||
eval "$(oh-my-posh init zsh)"
|
eval "$(oh-my-posh init zsh)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue