Adding battery command.
This commit is contained in:
parent
5cf468d28a
commit
9b40dff65f
1
zshrc
1
zshrc
@ -22,6 +22,7 @@ alias gdfs='git diff --staged'
|
|||||||
alias gad='git add'
|
alias gad='git add'
|
||||||
alias gcm='git commit'
|
alias gcm='git commit'
|
||||||
alias resource='source ~/.zshrc'
|
alias resource='source ~/.zshrc'
|
||||||
|
alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep "time to empty"'
|
||||||
if [ -f .zsh_environment ]
|
if [ -f .zsh_environment ]
|
||||||
then
|
then
|
||||||
source ~/.zsh_environment
|
source ~/.zsh_environment
|
||||||
|
Loading…
Reference in New Issue
Block a user