From 78f94f9797a3b2984d06a97bdf2f20f4b2e35c64 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Feb 2023 21:32:20 -0500 Subject: [PATCH] add zellij --- .bashrc | 2 +- .zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 4f900c5..466079b 100644 --- a/.bashrc +++ b/.bashrc @@ -159,7 +159,7 @@ set -o vi #startup eyecandy #wal -i ~/Pictures/Wallpapers/bg.jpg -q -pfetch +#pfetch . "$HOME/.cargo/env" diff --git a/.zshrc b/.zshrc index 6471501..b7468d3 100644 --- a/.zshrc +++ b/.zshrc @@ -89,6 +89,7 @@ source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh export STARSHIP_CONFIG=~/.config/starship/starship.toml export RUSTC_WRAPPER=~/.cargo/bin/sccache +export ZELLIJ_CONFIG_DIR=$HOME/.config/zellij _bb_tasks() { local matches=(`bb tasks |tail -n +3 |cut -f1 -d ' '`)