diff options
| author | magenbluten <magenbluten@codemonkey.cc> | 2019-07-14 13:24:51 +0200 |
|---|---|---|
| committer | magenbluten <magenbluten@codemonkey.cc> | 2019-07-14 13:24:51 +0200 |
| commit | e6e24a32a5e08f6d4723671cc13e90e063be5f5e (patch) | |
| tree | 5103b6433995a421add4768d31097db4db219f61 /mb/1systems/orange | |
| parent | 5dad84e53600957b8136d5cac7400e7a8adbc000 (diff) | |
mb gr33n.r: add codimd
Diffstat (limited to 'mb/1systems/orange')
| -rw-r--r-- | mb/1systems/orange/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mb/1systems/orange/configuration.nix b/mb/1systems/orange/configuration.nix index cabbc6f..b43bd8a 100644 --- a/mb/1systems/orange/configuration.nix +++ b/mb/1systems/orange/configuration.nix @@ -134,6 +134,10 @@ in { zbackup ]; + environment.variables = { + EDITOR = ["nvim"]; + }; + environment.shellAliases = { ll = "ls -alh"; ls = "ls --color=tty"; |
