mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-02 15:07:27 -04:00
Removed plasma-blank alias
This commit is contained in:
@@ -13,6 +13,5 @@ alias schedutil='doas /usr/local/bin/powerset.sh schedutil'
|
|||||||
alias ondemand='doas /usr/local/bin/powerset.sh ondemand'
|
alias ondemand='doas /usr/local/bin/powerset.sh ondemand'
|
||||||
alias poweroff='doas /usr/bin/poweroff'
|
alias poweroff='doas /usr/bin/poweroff'
|
||||||
alias reboot='doas /usr/bin/reboot'
|
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\] '
|
PS1='\[\e[36m\]\u\[\e[0m\]@\[\e[36m\]\h:\[\e[0m\]\W\[\e[36m\]|$\[\e[0m\] '
|
||||||
|
|||||||
+1
-2
@@ -6,7 +6,7 @@ unsetopt beep
|
|||||||
bindkey -e
|
bindkey -e
|
||||||
# End of lines configured by zsh-newuser-install
|
# End of lines configured by zsh-newuser-install
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
zstyle :compinstall filename '/home/cuan/.zshrc'
|
zstyle :compinstall filename "/home/$USER/.zshrc"
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
# End of lines added by compinstall
|
# 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 ondemand='doas /usr/local/bin/powerset.sh ondemand'
|
||||||
alias poweroff='doas /usr/bin/poweroff'
|
alias poweroff='doas /usr/bin/poweroff'
|
||||||
alias reboot='doas /usr/bin/reboot'
|
alias reboot='doas /usr/bin/reboot'
|
||||||
alias blank='/usr/local/bin/plasmablank.sh'
|
|
||||||
# End of lines representing custom user aliases
|
# End of lines representing custom user aliases
|
||||||
|
|||||||
Reference in New Issue
Block a user