diff --git a/Configs/helix/.config/helix/config.toml b/Configs/helix/.config/helix/config.toml index f1a4ddf..2553571 100644 --- a/Configs/helix/.config/helix/config.toml +++ b/Configs/helix/.config/helix/config.toml @@ -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" diff --git a/Configs/yazi/.config/yazi/package.toml b/Configs/yazi/.config/yazi/package.toml index 7629b7a..2b66268 100644 --- a/Configs/yazi/.config/yazi/package.toml +++ b/Configs/yazi/.config/yazi/package.toml @@ -20,5 +20,5 @@ hash = "aef2b1a805b80cce573bb766f1459d88" [[flavor.deps]] use = "yazi-rs/flavors:catppuccin-macchiato" -rev = "df95930" -hash = "c34feed32d555e79ab9a0c0a7bdda2be" +rev = "c023460" +hash = "3ec21bcfd2735cfcbab61faaf43e59e4" diff --git a/Configs/yazi/.config/yazi/yazi.toml b/Configs/yazi/.config/yazi/yazi.toml index c5152a1..3600ca2 100644 --- a/Configs/yazi/.config/yazi/yazi.toml +++ b/Configs/yazi/.config/yazi/yazi.toml @@ -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 diff --git a/Configs/zsh/zprofile b/Configs/zsh/zprofile index 7704fba..dd20b5a 100644 --- a/Configs/zsh/zprofile +++ b/Configs/zsh/zprofile @@ -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 }}