updated antidote to newest state
This commit is contained in:
parent
6d40f3fa63
commit
f7cb8e5949
20 changed files with 343 additions and 269 deletions
|
@ -1,16 +1,14 @@
|
|||
if test -v DISTROBOX_HOST_HOME; then unset ZDOTDIR; exec zsh; fi # fix distrobox
|
||||
if test "x$TERMINALNAME" = "xalacritty"; then eval "$(zellij setup --generate-auto-start zsh)"; fi # autostart zellij only in alacritty
|
||||
test -v DISTROBOX_HOST_HOME && { unset ZDOTDIR; exec zsh } # fix distrobox
|
||||
test "x$TERMINALNAME" = "xalacritty" && eval "$(zellij setup --generate-auto-start zsh)" # autostart zellij only in alacritty
|
||||
|
||||
# startup banner
|
||||
potentialBanner=('bofh; echo " - BOFH"' 'hackerquotes' 'fastfetch')#'colorscript random')
|
||||
potentialBanner=('joke bofh' 'joke dad' 'joke hq dijkstra' 'joke hq knuth' 'joke hq perlis' 'joke hq torvalds' 'joke hq misc' 'colorscript random' 'fastfetch')
|
||||
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
||||
|
||||
function source () { test -r "$1" && builtin source "$1" }
|
||||
|
||||
source "$XDG_CACHE_HOME"/p10k-instant-prompt-"$USERNAME".zsh
|
||||
|
||||
# local env exports
|
||||
source "$XDG_DATA_HOME"/zsh/env.zsh
|
||||
source "$XDG_DATA_HOME"/zsh/config/env.zsh
|
||||
|
||||
# completion stuff
|
||||
source "$ZDOTDIR"/files/compinit.zsh
|
||||
|
@ -31,6 +29,3 @@ source "$ZDOTDIR"/files/distroicon.zsh
|
|||
|
||||
# ssh ignored patterns
|
||||
source "$ZDOTDIR"/files/sshcomp.zsh
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit $ZDOTDIR/.p10k.zsh.
|
||||
source "$ZDOTDIR"/.p10k.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue