minimal updates
This commit is contained in:
parent
a8771d5166
commit
6dc7e82e94
4 changed files with 8 additions and 9 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
theme = "catppuccin_macchiato"
|
theme = "catppuccin_macchiato"
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
H = ":buffer-previous"
|
||||||
|
L = ":buffer-next"
|
||||||
|
|
||||||
[keys.normal.g]
|
[keys.normal.g]
|
||||||
u = "switch_to_lowercase"
|
u = "switch_to_lowercase"
|
||||||
U = "switch_to_uppercase"
|
U = "switch_to_uppercase"
|
||||||
|
|
|
||||||
|
|
@ -20,5 +20,5 @@ hash = "aef2b1a805b80cce573bb766f1459d88"
|
||||||
|
|
||||||
[[flavor.deps]]
|
[[flavor.deps]]
|
||||||
use = "yazi-rs/flavors:catppuccin-macchiato"
|
use = "yazi-rs/flavors:catppuccin-macchiato"
|
||||||
rev = "df95930"
|
rev = "c023460"
|
||||||
hash = "c34feed32d555e79ab9a0c0a7bdda2be"
|
hash = "3ec21bcfd2735cfcbab61faaf43e59e4"
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ rules = [
|
||||||
{ mime = "image/*", use = ["open", "reveal"] },
|
{ mime = "image/*", use = ["open", "reveal"] },
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
{ mime = "{audio,video}/*", use = ["play", "reveal"] },
|
{ mime = "{audio,video}/*", use = ["play", "open", "reveal"] },
|
||||||
{ mime = "inode/x-empty", use = ["edit", "reveal"] },
|
{ mime = "inode/x-empty", use = ["edit", "reveal"] },
|
||||||
|
|
||||||
# JSON
|
# JSON
|
||||||
|
|
|
||||||
|
|
@ -22,11 +22,6 @@ update_path "/usr/local/bin"
|
||||||
export NPM_PACKAGES="$HOME/.npm-packages"
|
export NPM_PACKAGES="$HOME/.npm-packages"
|
||||||
export NODE_PATH="$NPM_PACKAGES/lib/node_modules${NODE_PATH:+:$NODE_PATH}"
|
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"
|
update_path "$NPM_PACKAGES/bin"
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
|
||||||
|
|
@ -50,7 +45,7 @@ source "$HOME/.rye/env"
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
|
||||||
{{ #if (is_executable "cargo") }}
|
{{ #if (is_executable "cargo") }}
|
||||||
. "$HOME/.cargo/env"
|
# . "$HOME/.cargo/env"
|
||||||
update_path "$HOME/.cargo/bin/"
|
update_path "$HOME/.cargo/bin/"
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue