From fb1e5d9cf78a071d7565b3b469650035902db700 Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 3 Jun 2024 21:34:14 +0800 Subject: [PATCH] Add dotfiles.nix alias --- home-manager/sajenim/features/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/sajenim/features/cli/zsh.nix b/home-manager/sajenim/features/cli/zsh.nix index 1c68de2..9cc49db 100644 --- a/home-manager/sajenim/features/cli/zsh.nix +++ b/home-manager/sajenim/features/cli/zsh.nix @@ -27,6 +27,7 @@ c = "clear"; r = "cd ~/.repositories"; p = "cd ~/.print"; + d = "cd ~/.repositories/dotfiles.nix"; la = "ls -a"; ll = "ls -l"; tt = "wezterm cli set-tab-title ";