From cb30885c971aefd705e18f1d1ffe7677ea9ce12c Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 14 Aug 2023 15:16:20 -0400 Subject: [PATCH] Removed plasma-blank alias --- config-files/bashrc | 1 - config-files/zshrc | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config-files/bashrc b/config-files/bashrc index 27314ed..8b69a73 100644 --- a/config-files/bashrc +++ b/config-files/bashrc @@ -13,6 +13,5 @@ alias schedutil='doas /usr/local/bin/powerset.sh schedutil' alias ondemand='doas /usr/local/bin/powerset.sh ondemand' alias poweroff='doas /usr/bin/poweroff' alias reboot='doas /usr/bin/reboot' -alias blank='/usr/local/bin/plasmablank.sh' PS1='\[\e[36m\]\u\[\e[0m\]@\[\e[36m\]\h:\[\e[0m\]\W\[\e[36m\]|$\[\e[0m\] ' diff --git a/config-files/zshrc b/config-files/zshrc index 002abcc..09cb115 100644 --- a/config-files/zshrc +++ b/config-files/zshrc @@ -6,7 +6,7 @@ unsetopt beep bindkey -e # End of lines configured by zsh-newuser-install # The following lines were added by compinstall -zstyle :compinstall filename '/home/cuan/.zshrc' +zstyle :compinstall filename "/home/$USER/.zshrc" autoload -Uz compinit compinit # End of lines added by compinstall @@ -50,5 +50,4 @@ alias schedutil='doas /usr/local/bin/powerset.sh schedutil' alias ondemand='doas /usr/local/bin/powerset.sh ondemand' alias poweroff='doas /usr/bin/poweroff' alias reboot='doas /usr/bin/reboot' -alias blank='/usr/local/bin/plasmablank.sh' # End of lines representing custom user aliases