diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-03 22:54:31 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-03 22:54:31 -0400 |
commit | 600c4b820040a8d26e2e3a13ff341810a0ba1293 (patch) | |
tree | fcfd002be7505c7698f3e19311dbd7ee467ba26c | |
parent | af94b1b40df3144c7e4a7ae77425b6aecb17845c (diff) |
added aliases and renamed files to match hostname
-rw-r--r-- | RyanLaptop.scm (renamed from mainlaptop.scm) | 0 | ||||
-rw-r--r-- | RyanThinkpad.scm (renamed from thinkpad.scm) | 0 | ||||
-rw-r--r-- | home-config/bashrc | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/mainlaptop.scm b/RyanLaptop.scm index 11650bc..11650bc 100644 --- a/mainlaptop.scm +++ b/RyanLaptop.scm | |||
diff --git a/thinkpad.scm b/RyanThinkpad.scm index bfacd6b..bfacd6b 100644 --- a/thinkpad.scm +++ b/RyanThinkpad.scm | |||
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' | |||
38 | alias quit='exit' | 38 | alias quit='exit' |
39 | export EDITOR=nvim | 39 | 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' | ||
42 | alias dh='guix home -L ~/.config/guix/modules reconfigure ~/.config/guix/home-config/home-configuration.scm && home-manager switch' | ||
41 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | 43 | export 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 |