From c9a5fad96c047e509b0b99403a5b49e1620d06fb Mon Sep 17 00:00:00 2001 From: eeleater Date: Tue, 18 Apr 2023 11:54:19 +0200 Subject: [PATCH] Update .config/zsh/env.zsh Update .config/zsh/rc.zsh --- dot_config/zsh/env.zsh | 2 +- dot_config/zsh/rc.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/env.zsh b/dot_config/zsh/env.zsh index cf1c3b0..1bc9e7a 100644 --- a/dot_config/zsh/env.zsh +++ b/dot_config/zsh/env.zsh @@ -44,7 +44,7 @@ export GIBO_BOILERPLATES="$XDG_DATA_HOME"/giboboilerplates # other programs export LESSHISTFILE="$XDG_STATE_HOME"/less/history export EDITOR=nvim -export VISUAL="subl -w" +export VISUAL=kate export ZSH_WAKATIME_BIN=/usr/bin/wakatime export PYTHONSTARTUP=/etc/python/pythonrc diff --git a/dot_config/zsh/rc.zsh b/dot_config/zsh/rc.zsh index dd7732e..85b8181 100644 --- a/dot_config/zsh/rc.zsh +++ b/dot_config/zsh/rc.zsh @@ -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"' 'fastfetch' 'hackerquotes' 'colorscript random') +potentialBanner=('bofh; echo " - BOFH"' 'hackerquotes' 'colorscript random' 'fastfetch') eval "$potentialBanner[$RANDOM%$#potentialBanner+1]" # and source plugins