summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/bashrc')
-rw-r--r--home-config/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/bashrc b/home-config/bashrc
index 03d6b54..99aa8cc 100644
--- a/home-config/bashrc
+++ b/home-config/bashrc
@@ -43,6 +43,7 @@ alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-co
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' 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 -"
46export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share 47export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share
47 48
48# GPG SETUP FOR SSH 49# GPG SETUP FOR SSH