summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-config/bashrc2
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'
41alias ds='sudo -E guix system -L ~/.config/guix/modules reconfigure ~/.config/guix/$(hostname).scm' 41alias ds='sudo -E guix system -L ~/.config/guix/modules reconfigure ~/.config/guix/$(hostname).scm'
42alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch' 42alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch'
43alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all' 43alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all'
44alias cg='git -C ~/.config/guix pull'
45alias cgh='git -C ~/.config/guix pull stationeryh main'
44export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share 46export 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