diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 02:52:18 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-04 02:52:18 -0400 |
commit | 2ad028eb8f144b6cfefd6162105ef03b828a6f84 (patch) | |
tree | 5730a200fd164b518400bef8f2a5cdc3d1f293c4 | |
parent | 1e3c6cd94583f8b4c7314dd5f5c0b332c5206445 (diff) |
added new deploy alias
-rw-r--r-- | home-config/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
40 | alias cat='bat --paging=never' | 40 | 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 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | 44 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share |
44 | 45 | ||
45 | # GPG SETUP FOR SSH | 46 | # GPG SETUP FOR SSH |