diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index c203971..5fcfd3d 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -195,6 +195,7 @@ in zshell.aliases = { e = "nvim"; + ow = "nvim"; nvimdiff = "nvim -d"; }; |