From 70ed72186fa9c923f436b4526c80677a4336caa8 Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Tue, 14 Jul 2020 00:08:34 +0200
Subject: [PATCH] Add '..' shell alias for 'cd ..'

---
 layers/zsh.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/layers/zsh.nix b/layers/zsh.nix
index e9928ff..6e15d58 100644
--- a/layers/zsh.nix
+++ b/layers/zsh.nix
@@ -35,6 +35,8 @@ in
     #root = "machinectl shell root@";
     root = "sudo su";
 
+    ".." = "cd ..";
+
     ls = "ls --color=auto";
     l = "ls -l";
     lh = "ls -lh";
-- 
GitLab