Adding some aliases.
This commit is contained in:
parent
b7a22164f0
commit
ec46a36890
3
zshrc
3
zshrc
@ -43,6 +43,9 @@ alias resource='source ~/.zshrc'
|
|||||||
alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep "time to empty"'
|
alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep "time to empty"'
|
||||||
alias poweroff='sudo poweroff'
|
alias poweroff='sudo poweroff'
|
||||||
alias reboot='sudo reboot'
|
alias reboot='sudo reboot'
|
||||||
|
alias n='ninja'
|
||||||
|
alias cmake='cmake -G Ninja'
|
||||||
|
alias v='vim'
|
||||||
if [ -f .zsh_environment ]
|
if [ -f .zsh_environment ]
|
||||||
then
|
then
|
||||||
source ~/.zsh_environment
|
source ~/.zsh_environment
|
||||||
|
Loading…
Reference in New Issue
Block a user