updated antidote config somewhat
This commit is contained in:
parent
ba8cf2c09f
commit
933ac6a5c9
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,9 @@ if test "x$TERMINALNAME" = "xalacritty"; then eval "$(zellij setup --generate-au
|
||||||
potentialBanner=('bofh; echo " - BOFH"' 'hackerquotes' 'fastfetch')#'colorscript random')
|
potentialBanner=('bofh; echo " - BOFH"' 'hackerquotes' 'fastfetch')#'colorscript random')
|
||||||
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
||||||
|
|
||||||
function source () { test -r $1 && builtin source $1 }
|
function source () { test -r "$1" && builtin source "$1" }
|
||||||
|
|
||||||
|
source "$XDG_CACHE_HOME"/p10k-instant-prompt-"$USERNAME".zsh
|
||||||
|
|
||||||
# local env exports
|
# local env exports
|
||||||
source "$XDG_DATA_HOME"/zsh/env.zsh
|
source "$XDG_DATA_HOME"/zsh/env.zsh
|
||||||
|
@ -29,3 +31,6 @@ source "$ZDOTDIR"/files/distroicon.zsh
|
||||||
|
|
||||||
# ssh ignored patterns
|
# ssh ignored patterns
|
||||||
source "$ZDOTDIR"/files/sshcomp.zsh
|
source "$ZDOTDIR"/files/sshcomp.zsh
|
||||||
|
|
||||||
|
# To customize prompt, run `p10k configure` or edit $ZDOTDIR/.p10k.zsh.
|
||||||
|
source "$ZDOTDIR"/.p10k.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue