added aliases and renamed files to match hostname

This commit is contained in:
Ryan Schanzenbacher 2023-09-03 22:54:31 -04:00
parent af94b1b40d
commit 600c4b8200
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
3 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,8 @@ alias grep='grep --color=auto'
alias quit='exit'
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'
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share
# GPG SETUP FOR SSH