From 70797046538478e20e17a1184fa5a689efe8c3a7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 28 Jul 2023 14:32:11 +0100 Subject: [PATCH] Replace `tig` with `lazygit` --- files/zshrc | 3 +-- tasks/dev.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/files/zshrc b/files/zshrc index 3b14a11..bb96f33 100644 --- a/files/zshrc +++ b/files/zshrc @@ -109,8 +109,7 @@ git-cleanup() { command git checkout - } -alias t="tig" -alias ts="tig status" +alias lg="lazygit" # miscellaneous software aliases alias serve="/usr/bin/python3 -m http.server" diff --git a/tasks/dev.yml b/tasks/dev.yml index 2c9d9fe..8f475c9 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -27,7 +27,6 @@ - lazygit - postgresql - sublime-text - - tig - name: Add user to docker group user: