add shortcut to goto ~/.nix
This commit is contained in:
@@ -46,7 +46,6 @@ in {
|
||||
src = "source ${home_dir}/.config/zsh/.zshrc";
|
||||
|
||||
# --- config editing ---
|
||||
cfh = "nvim ${home_dir}/.config/hypr/hyprland.conf";
|
||||
cfl = "nvim ${home_dir}/.config/lf/lfrc";
|
||||
|
||||
# --- navigation ---
|
||||
@@ -57,6 +56,7 @@ in {
|
||||
"..." = "cd ../..";
|
||||
fs = "du -h | sort -h";
|
||||
ds = "du -hs";
|
||||
gn = "cd ${home_dir}/.nix";
|
||||
|
||||
# --- shortcuts ---
|
||||
vswap = "cd ${home_dir}/.local/state/nvim/swap";
|
||||
|
||||
Reference in New Issue
Block a user