From 6805c0f5218293a56be5cf196a27c54b12d84d75 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 12 Dec 2023 10:47:06 -0500 Subject: [PATCH] fix(bash): always run poke script in bashrc --- common/home/bash/config/bashrc | 2 -- common/home/bash/default.nix | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/common/home/bash/config/bashrc b/common/home/bash/config/bashrc index bdff6594..f17f330d 100644 --- a/common/home/bash/config/bashrc +++ b/common/home/bash/config/bashrc @@ -17,6 +17,4 @@ ) # Pokemon Sprite -[ -x "$(command -v pokemon-colorscripts)" ] && -[ "$POKE" == "true" ] && pokemon-colorscripts -r 1-5 diff --git a/common/home/bash/default.nix b/common/home/bash/default.nix index 4f40d99c..8939d8c2 100644 --- a/common/home/bash/default.nix +++ b/common/home/bash/default.nix @@ -126,10 +126,8 @@ chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; }; - profileExtra = '' - export POKE=true - [[ -f ~/.bashrc ]] && . ~/.bashrc - ''; + #profileExtra = '' + #''; bashrcExtra = '' ${lib.strings.fileContents ./config/dracula/less.sh} ${lib.strings.fileContents ./config/dracula/fzf.sh}