fixed hostname (ty butterfly), code cleanup
This commit is contained in:
parent
04434e2523
commit
520d4ddc41
8 changed files with 15 additions and 57 deletions
|
|
@ -4,6 +4,8 @@ alias eep='systemctl suspend'
|
|||
alias hibernate='systemctl hybrid-sleep'
|
||||
alias restart='systemctl reboot'
|
||||
alias shutdown='systemctl poweroff'
|
||||
alias vim='dvim'
|
||||
alias nvim='dvim'
|
||||
rebuild() {
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
|
|
@ -12,4 +14,4 @@ rebuild() {
|
|||
sudo nixos-rebuild switch --flake ~/dea-files#"$1"
|
||||
fi
|
||||
}
|
||||
[ -f "/home/dea/.ghcup/env" ] && . "/home/dea/.ghcup/env" # ghcup-env
|
||||
[ -f "/home/dea/.ghcup/env" ] && . "/home/dea/.ghcup/env" # ghcup-env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue