From 5017824b91eb83a9bb7c6e9894e6ae7b602dd180 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 24 Oct 2023 11:23:02 -0400 Subject: [PATCH] Add `lgit` as an alias for lazygit --- .fish_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.fish_profile b/.fish_profile index 8cbb890..aeffc2a 100644 --- a/.fish_profile +++ b/.fish_profile @@ -6,6 +6,7 @@ alias vim=/usr/bin/nvim alias vimdiff='/usr/bin/nvim -d' alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' alias sudo='doas' +alias lgit=/usr/bin/lazygit set -x EDITOR /usr/bin/nvim set -x AWS_PROFILE streampilot-dev