From bde5e3ddcf6ee3f377de2a1e1fca197a72ab8f62 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sat, 22 Feb 2025 16:31:50 +0530 Subject: [PATCH] feat: add alias for johnny decimal --- hosts/default/home/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default/home/shell.nix b/hosts/default/home/shell.nix index e65c258..c2a3df9 100644 --- a/hosts/default/home/shell.nix +++ b/hosts/default/home/shell.nix @@ -40,6 +40,9 @@ ''; }; fish_greeting.body = ""; + # My documents follow Johnny.Decimal system + # see https://johnnydecimal.com + h.body = "cd ~/Documents/*/*/$argv*"; }; };