From 8c167a0367815302a809f39ce4996ce42ce7b51c Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 22 Jan 2022 14:55:22 -0500 Subject: [PATCH] fix hyphen abbreviation --- nixos/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/home.nix b/nixos/home.nix index 5d2d9d8..2b66331 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -107,7 +107,7 @@ in { ll = "ls -alhF"; lf = "ls -lh | fzf"; c = "cd"; - # -- - = "cd -"; + "-" = "cd -"; mkd = "mkdir -pv"; # Tmux