regular update
This commit is contained in:
parent
d33ecc32e7
commit
3347dada32
22 changed files with 322 additions and 70 deletions
1
.zshrc
1
.zshrc
|
|
@ -90,6 +90,7 @@ alias vm='quickemu --vm *.conf'
|
|||
alias pprof='cat /sys/firmware/acpi/platform_profile' # Get current performance profile
|
||||
alias pprof-list='cat /sys/firmware/acpi/platform_profile_choices' # Lists the available performance profiles
|
||||
alias power-draw="cat /sys/class/power_supply/BAT1/current_now /sys/class/power_supply/BAT1/voltage_now | xargs | awk '{print \$1*\$2/1e12 \" W\"}\'"
|
||||
alias battery='cat /sys/class/power_supply/BAT1/capacity'
|
||||
# Override some default commands with more practical alternatives
|
||||
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes'
|
||||
alias lsa='ls -a'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue