mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
added aliases and renamed files to match hostname
This commit is contained in:
parent
af94b1b40d
commit
600c4b8200
3 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ alias grep='grep --color=auto'
|
||||||
alias quit='exit'
|
alias quit='exit'
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
alias cat='bat --paging=never'
|
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
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share
|
||||||
|
|
||||||
# GPG SETUP FOR SSH
|
# GPG SETUP FOR SSH
|
||||||
|
|
Loading…
Reference in a new issue