updated sheldon zsh config

This commit is contained in:
Nikolas Weger 2023-05-02 10:01:13 +02:00
parent 94ef22b629
commit 5b8b457d3c
8 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,3 @@
# kate: syntax zsh;
# path
export PATH="$HOME"/.local/bin:"$PATH"

View file

@ -2,7 +2,7 @@ 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
# startup banner
potentialBanner=('bofh; echo " - BOFH"' 'hackerquotes' 'colorscript random' 'fastfetch')
potentialBanner=('bofh' 'hackerquotes' 'colorscript random' 'fastfetch')
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
# and source plugins

View file

@ -1 +0,0 @@
profile.zsh

View file

@ -1 +0,0 @@
env.zsh

View file

@ -1 +0,0 @@
rc.zsh