diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-19 15:59:33 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-10-19 15:59:33 -0400 |
commit | 78ffbd8e75620fc2013aac3bc004f23593678e98 (patch) | |
tree | 4d754a6a6ae77d02a64176095bd05c37723f79e8 /home-config/bashrc | |
parent | b178dfbf7dab1b1f0ae96bc975f2fcd7934f57bc (diff) |
added notifications so i remember to redeploy on other computers
Diffstat (limited to 'home-config/bashrc')
-rw-r--r-- | home-config/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index 99aa8cc..d28af9d 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -40,7 +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 | alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C ~/.config/guix push all && curl --fail-early --connect-timeout 2 -d "Guix repo updated, re-deploy!" https://ntfy.in.rschanz.org/guix_deployments' |
44 | alias cg='git -C ~/.config/guix pull' | 44 | alias cg='git -C ~/.config/guix pull' |
45 | alias cgh='git -C ~/.config/guix pull stationeryh main' | 45 | alias cgh='git -C ~/.config/guix pull stationeryh main' |
46 | alias gencs="awk 'BEGIN {print \"# Crib Sheet\"} /<!-- START CS -->/,/<!-- END CS -->/ {if (! /<!-- START CS -->/ && ! /<!-- END CS -->/) print; if (/<!-- END CS -->/) print \"\"}' notes.mkd | pandoc -f gfm -t pdf | zathura -" | 46 | alias gencs="awk 'BEGIN {print \"# Crib Sheet\"} /<!-- START CS -->/,/<!-- END CS -->/ {if (! /<!-- START CS -->/ && ! /<!-- END CS -->/) print; if (/<!-- END CS -->/) print \"\"}' notes.mkd | pandoc -f gfm -t pdf | zathura -" |