Regenerated

This commit is contained in:
2026-04-19 21:08:41 +02:00
parent 978ac258c7
commit f15a8738dd
3 changed files with 359 additions and 359 deletions
+357 -357
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -4908,7 +4908,7 @@ if command -v starship >/dev/null 2>&1; then
fi fi
source /etc/profile.d/99-alias-functions.sh source /etc/profile.d/99-alias-functions.sh
eval "$(lua /run/current-system/sw/bin/z.lua --init zsh)" eval "$(/run/current-system/sw/bin/z.lua --init zsh)"
cd() { cd() {
if [ "$#" -eq 0 ]; then if [ "$#" -eq 0 ]; then
builtin cd ~ builtin cd ~
+1 -1
View File
@@ -13,7 +13,7 @@ if command -v starship >/dev/null 2>&1; then
fi fi
source /etc/profile.d/99-alias-functions.sh source /etc/profile.d/99-alias-functions.sh
eval "$(lua /run/current-system/sw/bin/z.lua --init zsh)" eval "$(/run/current-system/sw/bin/z.lua --init zsh)"
cd() { cd() {
if [ "$#" -eq 0 ]; then if [ "$#" -eq 0 ]; then
builtin cd ~ builtin cd ~