feat: use grim, slurp and satty for screenshots

This commit is contained in:
2026-08-23 08:35:34 +02:00
parent 9387be3be8
commit 4cfee8e16b
7 changed files with 24 additions and 21 deletions
-3
View File
@@ -109,9 +109,6 @@ if status is-interactive
echo -n $white'─'$__fish_prompt_char $normal
end
# NOTE: disable `VIRTUAL_ENV_DISABLE_PROMPT` in `config.fish`
# see: https://virtualenv.pypa.io/en/latest/reference/#envvar-VIRTUAL_ENV_DISABLE_PROMPT
# support for virtual env name
if set -q VIRTUAL_ENV
echo -n "($turquoise"(basename "$VIRTUAL_ENV")"$white)"
end