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