Regenerated
This commit is contained in:
+357
-357
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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 ~
|
||||||
|
|||||||
@@ -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 ~
|
||||||
|
|||||||
Reference in New Issue
Block a user