Regenerated
This commit is contained in:
@@ -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