From 2ad028eb8f144b6cfefd6162105ef03b828a6f84 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 4 Sep 2023 02:52:18 -0400 Subject: [PATCH] added new deploy alias --- home-config/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home-config/bashrc b/home-config/bashrc index 12c9cf9..38f045d 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -40,6 +40,7 @@ export EDITOR=nvim alias cat='bat --paging=never' alias ds='sudo -E guix system -L ~/.config/guix/modules reconfigure ~/.config/guix/$(hostname).scm' alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch' +alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all' export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share # GPG SETUP FOR SSH