Update .config/fish/conf.d/20-aliases.fish
This commit is contained in:
parent
6f3c871b41
commit
f6a7a21962
1 changed files with 6 additions and 0 deletions
|
@ -74,3 +74,9 @@ end
|
||||||
function cdls -d "CD into a directory and list its contents"
|
function cdls -d "CD into a directory and list its contents"
|
||||||
cd "$argv" && ls
|
cd "$argv" && ls
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
# Check battery.
|
||||||
|
|
||||||
|
upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -E "state|time to|percentage"
|
||||||
|
|
Loading…
Reference in a new issue