diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 15:04:15 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 15:04:15 -0400 |
commit | 76c68a9a9864f26b697d022fc8777dd95e8aa2ca (patch) | |
tree | b473e6fae2229bca94341d6b39cd038ff685ef61 | |
parent | 8eccf674b98c25e39954e75f11f5ddcd06392637 (diff) |
added more aliases, this time for pulling
-rw-r--r-- | home-config/bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
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' | |||
41 | alias ds='sudo -E guix system -L ~/.config/guix/modules reconfigure ~/.config/guix/$(hostname).scm' | 41 | alias ds='sudo -E guix system -L ~/.config/guix/modules reconfigure ~/.config/guix/$(hostname).scm' |
42 | alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch' | 42 | alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch' |
43 | alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all' | 43 | alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all' |
44 | alias cg='git -C ~/.config/guix pull' | ||
45 | alias cgh='git -C ~/.config/guix pull stationeryh main' | ||
44 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | 46 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share |
45 | 47 | ||
46 | # GPG SETUP FOR SSH | 48 | # GPG SETUP FOR SSH |