add shortcut to goto ~/.nix
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user