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, 2 insertions, 0 deletions
diff --git a/home-config/bashrc b/home-config/bashrc
index f52ed48..12c9cf9 100644
--- a/home-config/bashrc
+++ b/home-config/bashrc
@@ -38,6 +38,8 @@ alias grep='grep --color=auto'
38alias quit='exit' 38alias quit='exit'
39export EDITOR=nvim 39export 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'
42alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch'
41export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share 43export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share
42 44
43# GPG SETUP FOR SSH 45# GPG SETUP FOR SSH