1
0

zsh: update

This commit is contained in:
2024-07-05 13:18:16 +03:00
parent 8283b6c752
commit e3ff1bcb69
14 changed files with 124 additions and 44 deletions

View File

@@ -5,4 +5,4 @@ NO_AT_BRIDGE=1
QT_ACCESSIBILITY=0
MENUCONFIG_COLOR=blackbg
set +a
set +a

View File

@@ -1,5 +1,10 @@
#!/bin/zsh
BUILDAH_FORMAT=docker
BUILDAH_ISOLATION=chroot
typeset -x -m 'BUILDAH_*'
BUILD_IMAGE_NETWORK=host
BUILD_IMAGE_PUSH=0

View File

@@ -16,7 +16,6 @@ z-gobin-fixup() {
## already in PATH?
[ "${path[(I)${gobin}]}" = 0 ] || return 0
path=( "${gobin}" ${path} )
hash -f
}
z-gobin-fixup

3
.config/zsh/env/sed.zsh vendored Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/zsh
typeset -r ZSHU_XSED=$'\027'