aboutsummaryrefslogtreecommitdiff
path: root/config/zsh.nix
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 02:52:38 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-20 02:52:38 +0530
commita9d1d6b2ac23c4b19e715a2cf5b66706247c9a94 (patch)
tree94cf4930fd539e9af21ed936b8e467f9391e308b /config/zsh.nix
parentcd5bb0c381987f434afc1f6a457f26df9697f196 (diff)
downloadodysseus-a9d1d6b2ac23c4b19e715a2cf5b66706247c9a94.zip
odysseus-a9d1d6b2ac23c4b19e715a2cf5b66706247c9a94.tar.gz
ghostty config added
Diffstat (limited to 'config/zsh.nix')
-rw-r--r--config/zsh.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/zsh.nix b/config/zsh.nix
index 597b1a0..e7bb628 100644
--- a/config/zsh.nix
+++ b/config/zsh.nix
@@ -20,6 +20,8 @@
".." = "cd ..";
+ system-manager = ''nix run 'github:numtide/system-manager' --'';
+
zrc = "nvim $HOME/.config/zsh/.zshrc";
ga = "git add";