changed some stuff
This commit is contained in:
parent
30606208d4
commit
8fd767105f
2 changed files with 4 additions and 2 deletions
|
@ -63,3 +63,5 @@ export HISTFILE="$ZSH_CACHE_DIR"/history
|
||||||
export GPG_TTY="$TTY"
|
export GPG_TTY="$TTY"
|
||||||
export DIFFPROG='meld'
|
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"
|
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
|
||||||
|
|
|
@ -32,6 +32,6 @@ source "$ZDOTDIR"/files/distroicon.zsh
|
||||||
source "$ZDOTDIR"/files/bashcomps.zsh
|
source "$ZDOTDIR"/files/bashcomps.zsh
|
||||||
|
|
||||||
# theme
|
# 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]"
|
export POSH_THEME="$XDG_DATA_HOME/omp/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
||||||
eval "$(oh-my-posh init zsh)"
|
eval "$(oh-my-posh init zsh)"
|
Loading…
Add table
Add a link
Reference in a new issue