about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-04-11 18:21:49 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-04-11 18:21:49 +0100
commite66a4c7dece3202ae476606b28bfdaa65f95c2e9 (patch)
tree92d378f956027d297472a62dc1a15451ca0bf638
parent981174ea92f201974f203d5476eb4502ee3cd5e6 (diff)
downloaddotfiles-e66a4c7dece3202ae476606b28bfdaa65f95c2e9.tar.gz
Add - alias HEAD master
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 1 insertions, 0 deletions
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=()