dev: automated commit - 2025-08-03 17:42:41

This commit is contained in:
Mariano Z. 2025-08-03 17:42:41 -03:00
parent dbea22bf1e
commit e7b1106123
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
3 changed files with 2 additions and 7 deletions

Binary file not shown.

View file

@ -1,11 +1,6 @@
#!/bin/zsh
# NAVIGATION AND FILE SYSTEM
z() {
unfunction "$0"
eval "$(zoxide init zsh)"
$0 "$@"
}
eval "$(zoxide init zsh)"
zi() { z "$@" }
za() { z "$@" }

View file

@ -33,4 +33,4 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
export COREPACK_ENABLE_NETWORK_RESOLUTION=1
export COREPACK_ENABLE_STRICT_VERIFICATION=0
export MANPAGER="nvim +Man!"
export _ZO_ECHO=1