fix: change all commands to systemctl again since systemd
This commit is contained in:
parent
00e9bec63f
commit
1911743442
@ -9,7 +9,7 @@ export PATH=$HOME/.yarn/bin:$PATH
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
export R2MOD_INSTALL_DIR="/games/SteamLibrary/steamapps/common/Risk of Rain 2"
|
||||
export R2MOD_COMPAT_DIR="/games/SteamLibrary/steamapps/compatdata/632360"
|
||||
export GTK_THEME=Everforest-Dark-BL
|
||||
export GTK_THEME=NumixSolarizedDarkCyan
|
||||
|
||||
# ZSH_THEME="daivasmara"
|
||||
ZSH_THEME="common"
|
||||
@ -29,12 +29,12 @@ alias ls="bash ~/scripts/elash.sh"
|
||||
alias cat="bat"
|
||||
alias v="nvim"
|
||||
alias c="clear"
|
||||
alias hi="pkill linux-wallpaperengine; loginctl hibernate"
|
||||
alias hi="pkill linux-wallpaperengine; systemctl hibernate"
|
||||
alias sx="startx"
|
||||
alias reboot="loginctl reboot"
|
||||
alias poweroff="loginctl poweroff"
|
||||
alias reboot="systemctl reboot"
|
||||
alias poweroff="systemctl poweroff"
|
||||
alias kitsune="cd ~/repos/kitsune && . ~/repos/venv/bin/activate"
|
||||
alias sus="loginctl suspend-then-hibernate"
|
||||
alias sus="systemctl suspend-then-hibernate"
|
||||
alias xsc="xclip -sel clip"
|
||||
alias sw="swapon --show"
|
||||
alias icat="kitty +kitten icat"
|
||||
@ -42,7 +42,8 @@ alias icat="kitty +kitten icat"
|
||||
alias hr="date +'%Hh:%M, %d-%m-%Y'"
|
||||
alias neofetch="fastfetch"
|
||||
alias kvm="sh ~/scripts/kvm.sh"
|
||||
alias windows="sudo grub-set-default 0; sudo grub-reboot 'Microsoft Windows UEFI/GPT'; loginctl reboot"
|
||||
alias windows="sudo grub-set-default 0; sudo grub-reboot 'Microsoft Windows UEFI/GPT'; systemctl reboot"
|
||||
alias ff="fastfetch"
|
||||
|
||||
export BAT_THEME="Solarized (light)"
|
||||
export FPATH="/hdd/docs/eza/completions/zsh:$FPATH"
|
||||
|
Loading…
Reference in New Issue
Block a user