zsh: Remove reboot, shutdown aliases
These work better as scripts, that way I can run them from my window manager as well, not just from a shell.
This commit is contained in:
parent
0445ad9f57
commit
ec68e364d9
1 changed files with 0 additions and 2 deletions
2
.zshrc
2
.zshrc
|
@ -30,8 +30,6 @@ alias grep="grep --color=always"
|
|||
alias less=$LESSCMD
|
||||
alias ls="ls -F --color=always"
|
||||
alias mysql="mysql --pager"
|
||||
alias reboot="systemctl reboot"
|
||||
alias poweroff="systemctl poweroff"
|
||||
|
||||
setopt notify
|
||||
setopt PROMPT_SUBST # Allow for functions in the prompt
|
||||
|
|
Loading…
Reference in a new issue