diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 02:52:38 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 02:52:38 +0530 |
| commit | a9d1d6b2ac23c4b19e715a2cf5b66706247c9a94 (patch) | |
| tree | 94cf4930fd539e9af21ed936b8e467f9391e308b /config/zsh.nix | |
| parent | cd5bb0c381987f434afc1f6a457f26df9697f196 (diff) | |
| download | odysseus-a9d1d6b2ac23c4b19e715a2cf5b66706247c9a94.zip odysseus-a9d1d6b2ac23c4b19e715a2cf5b66706247c9a94.tar.gz | |
ghostty config added
Diffstat (limited to 'config/zsh.nix')
| -rw-r--r-- | config/zsh.nix | 2 |
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"; |
