From 3232a2b79fe599e61c70e3d2c441d301392ee085 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 18 Dec 2023 22:45:29 +0000 Subject: [PATCH] [18/12/23] Add zig to path and add lazygit alias --- config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.fish b/config.fish index 730b6fa..35ffe56 100644 --- a/config.fish +++ b/config.fish @@ -6,6 +6,9 @@ if status is-interactive fish_add_path /usr/local/go/bin fish_add_path ~/go/bin + fish_add_path ~/.zig + + alias lg "lazygit" end rvm default