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*"; }; };