changed some stuff

This commit is contained in:
eeleater 2023-11-06 12:12:20 +01:00
parent 30606208d4
commit 8fd767105f
2 changed files with 4 additions and 2 deletions

View file

@ -63,3 +63,5 @@ export HISTFILE="$ZSH_CACHE_DIR"/history
export GPG_TTY="$TTY"
export DIFFPROG='meld'
export AUTO_NTFY_DONE_IGNORE="ntfy emacs htop info less mail man meld most mutt nano screen ssh tail tmux top vi vim watch bat cat kate topgrade"
setopt no_global_rcs

View file

@ -32,6 +32,6 @@ source "$ZDOTDIR"/files/distroicon.zsh
source "$ZDOTDIR"/files/bashcomps.zsh
# theme
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.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]"
eval "$(oh-my-posh init zsh)"
eval "$(oh-my-posh init zsh)"