diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-04-11 18:21:49 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-04-11 18:21:49 +0100 |
commit | e66a4c7dece3202ae476606b28bfdaa65f95c2e9 (patch) | |
tree | 92d378f956027d297472a62dc1a15451ca0bf638 /nix-conf/home/includes | |
parent | 981174ea92f201974f203d5476eb4502ee3cd5e6 (diff) | |
download | dotfiles-e66a4c7dece3202ae476606b28bfdaa65f95c2e9.tar.gz |
Add - alias
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
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=() |