add shortcut to goto ~/.nix

This commit is contained in:
2025-11-07 04:21:22 -06:00
parent 5813db8160
commit 724c63f9ff

View File

@@ -46,7 +46,6 @@ in {
src = "source ${home_dir}/.config/zsh/.zshrc"; src = "source ${home_dir}/.config/zsh/.zshrc";
# --- config editing --- # --- config editing ---
cfh = "nvim ${home_dir}/.config/hypr/hyprland.conf";
cfl = "nvim ${home_dir}/.config/lf/lfrc"; cfl = "nvim ${home_dir}/.config/lf/lfrc";
# --- navigation --- # --- navigation ---
@@ -57,6 +56,7 @@ in {
"..." = "cd ../.."; "..." = "cd ../..";
fs = "du -h | sort -h"; fs = "du -h | sort -h";
ds = "du -hs"; ds = "du -hs";
gn = "cd ${home_dir}/.nix";
# --- shortcuts --- # --- shortcuts ---
vswap = "cd ${home_dir}/.local/state/nvim/swap"; vswap = "cd ${home_dir}/.local/state/nvim/swap";