From e66a4c7dece3202ae476606b28bfdaa65f95c2e9 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 11 Apr 2024 18:21:49 +0100 Subject: [PATCH] Add - alias --- nix-conf/home/includes/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 0ba8a0a..09c80b6 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -173,6 +173,7 @@ in # TODO is there a way to do this in shellAliases alias ..="cd .." + alias -- -="cd -" ...() { local declare dirs=()