Update .config/zsh/env.zsh

Update .config/zsh/rc.zsh
This commit is contained in:
eeleater 2023-04-18 11:54:19 +02:00
parent 173be71c46
commit c9a5fad96c
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ export GIBO_BOILERPLATES="$XDG_DATA_HOME"/giboboilerplates
# other programs # other programs
export LESSHISTFILE="$XDG_STATE_HOME"/less/history export LESSHISTFILE="$XDG_STATE_HOME"/less/history
export EDITOR=nvim export EDITOR=nvim
export VISUAL="subl -w" export VISUAL=kate
export ZSH_WAKATIME_BIN=/usr/bin/wakatime export ZSH_WAKATIME_BIN=/usr/bin/wakatime
export PYTHONSTARTUP=/etc/python/pythonrc export PYTHONSTARTUP=/etc/python/pythonrc

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 if test "x$TERMINALNAME" = "xalacritty"; then eval "$(zellij setup --generate-auto-start zsh)"; fi # autostart zellij only in alacritty
# startup banner # startup banner
potentialBanner=('bofh; echo " - BOFH"' 'fastfetch' 'hackerquotes' 'colorscript random') potentialBanner=('bofh; echo " - BOFH"' 'hackerquotes' 'colorscript random' 'fastfetch')
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]" eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
# and source plugins # and source plugins