From a96a270314d6e1344d3b057f5d7ab627c18f6b65 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:43:58 -0400 Subject: [PATCH] add lazygit alias to fish shell --- .config/fish/config.fish | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ffc3c6b..79e46a4 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -53,6 +53,10 @@ if type -q nvm nvm use >/dev/null end +if type -q lazygit + alias lg "lazygit" +end + function fish_greeting echo "Welcome Back Juan!" if type -q nvm @@ -69,4 +73,4 @@ end # pnpm set -gx PNPM_HOME "/home/jc/.local/share/pnpm" set -gx PATH "$PNPM_HOME" $PATH -# pnpm end \ No newline at end of file +# pnpm end