fix(bash): always run poke script in bashrc

This commit is contained in:
matt1432 2023-12-12 10:47:06 -05:00
parent e8d7b154c9
commit 6805c0f521
2 changed files with 2 additions and 6 deletions

View file

@ -17,6 +17,4 @@
) )
# Pokemon Sprite # Pokemon Sprite
[ -x "$(command -v pokemon-colorscripts)" ] &&
[ "$POKE" == "true" ] &&
pokemon-colorscripts -r 1-5 pokemon-colorscripts -r 1-5

View file

@ -126,10 +126,8 @@
chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; chore = "(cd ~/.nix; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)";
}; };
profileExtra = '' #profileExtra = ''
export POKE=true #'';
[[ -f ~/.bashrc ]] && . ~/.bashrc
'';
bashrcExtra = '' bashrcExtra = ''
${lib.strings.fileContents ./config/dracula/less.sh} ${lib.strings.fileContents ./config/dracula/less.sh}
${lib.strings.fileContents ./config/dracula/fzf.sh} ${lib.strings.fileContents ./config/dracula/fzf.sh}