Regenerated

This commit is contained in:
2026-04-14 19:56:28 +02:00
parent c4b6902a14
commit 180b960526
4 changed files with 382 additions and 355 deletions
+362 -353
View File
File diff suppressed because it is too large Load Diff
+10 -1
View File
@@ -139,7 +139,6 @@ com.todoist.Todoist
This is a list of additional apps to install
#+BEGIN_SRC conf :tangle generated/assets/aliases.conf :noweb yes :mkdirp yes :eval never
#File & navigation
cd=z
blog=cd ~/Repos/blog && ls -lah
#Nix commands
@@ -4863,4 +4862,14 @@ if command -v starship >/dev/null 2>&1; then
fi
source /etc/profile.d/99-alias-functions.sh
eval "$(lua /run/current-system/sw/bin/z.lua --init zsh)"
cd() {
if [ "$#" -eq 0 ]; then
builtin cd ~
else
builtin cd "$@" || return
fi
command z "$PWD"
}
#+END_SRC
+10
View File
@@ -13,3 +13,13 @@ if command -v starship >/dev/null 2>&1; then
fi
source /etc/profile.d/99-alias-functions.sh
eval "$(lua /run/current-system/sw/bin/z.lua --init zsh)"
cd() {
if [ "$#" -eq 0 ]; then
builtin cd ~
else
builtin cd "$@" || return
fi
command z "$PWD"
}
-1
View File
@@ -1,6 +1,5 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
#File & navigation
cd=z
blog=cd ~/Repos/blog && ls -lah
#Nix commands