From 8e873456b3471dbe9b3d66c156a313a3d5b0b733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 16 Dec 2023 17:15:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(fish):=20dots=20function=20n?= =?UTF-8?q?ot=20showing=20results=20when=20outside=20$HOME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/dots.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/functions/dots.fish b/.config/fish/functions/dots.fish index 19c8e502..9d1d69c3 100644 --- a/.config/fish/functions/dots.fish +++ b/.config/fish/functions/dots.fish @@ -1,3 +1,4 @@ function dots --description 'alias dots=yadm enter lazygit' + cd $HOME yadm enter lazygit $argv end