mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added new deploy alias
This commit is contained in:
parent
1e3c6cd945
commit
2ad028eb8f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue