minimal updates

This commit is contained in:
Alexander Navarro 2025-04-17 17:59:42 -04:00
parent a8771d5166
commit 6dc7e82e94
4 changed files with 8 additions and 9 deletions

View file

@ -1,5 +1,9 @@
theme = "catppuccin_macchiato"
[keys.normal]
H = ":buffer-previous"
L = ":buffer-next"
[keys.normal.g]
u = "switch_to_lowercase"
U = "switch_to_uppercase"

View file

@ -20,5 +20,5 @@ hash = "aef2b1a805b80cce573bb766f1459d88"
[[flavor.deps]]
use = "yazi-rs/flavors:catppuccin-macchiato"
rev = "df95930"
hash = "c34feed32d555e79ab9a0c0a7bdda2be"
rev = "c023460"
hash = "3ec21bcfd2735cfcbab61faaf43e59e4"

View file

@ -49,7 +49,7 @@ rules = [
{ mime = "image/*", use = ["open", "reveal"] },
# Media
{ mime = "{audio,video}/*", use = ["play", "reveal"] },
{ mime = "{audio,video}/*", use = ["play", "open", "reveal"] },
{ mime = "inode/x-empty", use = ["edit", "reveal"] },
# JSON

View file

@ -22,11 +22,6 @@ update_path "/usr/local/bin"
export NPM_PACKAGES="$HOME/.npm-packages"
export NODE_PATH="$NPM_PACKAGES/lib/node_modules${NODE_PATH:+:$NODE_PATH}"
# Unset manpath so we can inherit from /etc/manpath via the `manpath`
# command
unset MANPATH # delete if you already modified MANPATH elsewhere in your config
export MANPATH="$NPM_PACKAGES/share/man:$(manpath)"
update_path "$NPM_PACKAGES/bin"
{{ /if }}
@ -50,7 +45,7 @@ source "$HOME/.rye/env"
{{ /if }}
{{ #if (is_executable "cargo") }}
. "$HOME/.cargo/env"
# . "$HOME/.cargo/env"
update_path "$HOME/.cargo/bin/"
{{ /if }}