update shellAliases

This commit is contained in:
do butterflies cry? 2026-03-07 13:17:58 +10:00
parent f7de9f7a23
commit b53b34a85c
Signed by untrusted user: cry
GPG key ID: F68745A836CA0412
2 changed files with 17 additions and 20 deletions

View file

@ -1,17 +1,3 @@
eval "$(starship init bash)"
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
sudo nixos-rebuild switch --flake ~/dea-files#"$(hostname)"
else
sudo nixos-rebuild switch --flake ~/dea-files#"$1"
fi
}
[ -f "/home/dea/.ghcup/env" ] && . "/home/dea/.ghcup/env" # ghcup-env