Removed plasma-blank alias

This commit is contained in:
2023-08-14 15:16:20 -04:00
parent 157b1752ba
commit cb30885c97
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -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\] '
+1 -2
View File
@@ -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