From 76c68a9a9864f26b697d022fc8777dd95e8aa2ca Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 4 Sep 2023 15:04:15 -0400 Subject: [PATCH] added more aliases, this time for pulling --- home-config/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-config/bashrc b/home-config/bashrc index 38f045d..03d6b54 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -41,6 +41,8 @@ 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' +alias cg='git -C ~/.config/guix pull' +alias cgh='git -C ~/.config/guix pull stationeryh main' export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share # GPG SETUP FOR SSH