diff options
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"; |
