From 1911743442447c0d9576089b79b0e7bb04e94433 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Mon, 15 Jul 2024 10:09:12 -0300 Subject: [PATCH] fix: change all commands to systemctl again since systemd --- desktop/configs/shell-files/.zshrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/desktop/configs/shell-files/.zshrc b/desktop/configs/shell-files/.zshrc index f07ac0f..40d6898 100644 --- a/desktop/configs/shell-files/.zshrc +++ b/desktop/configs/shell-files/.zshrc @@ -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"