fix(bash): always run poke script in bashrc
This commit is contained in:
parent
e8d7b154c9
commit
6805c0f521
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue