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