summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/bashrc')
-rw-r--r--home-config/bashrc2
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
40alias cat='bat --paging=never' 40alias 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 && curl --fail-early --connect-timeout 2 -d "Guix repo updated, re-deploy!" https://ntfy.in.rschanz.org/guix_deployments'
44alias cg='git -C ~/.config/guix pull' 44alias cg='git -C ~/.config/guix pull'
45alias cgh='git -C ~/.config/guix pull stationeryh main' 45alias cgh='git -C ~/.config/guix pull stationeryh main'
46alias 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 -" 46alias 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 -"