diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-06 17:15:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-06 17:15:19 +0900 |
| commit | 24abae8d7d52072d6f33298cd59e5c720a51f38f (patch) | |
| tree | 69f09cb1563d95becd98d0924fbc737521d3aa20 /ar/.config/shell | |
| parent | 324bc895a7a0aeb2c2b84469e4816e391018f74c (diff) | |
modified shell/aliasrc, modified bin/ylog
Diffstat (limited to 'ar/.config/shell')
| -rw-r--r-- | ar/.config/shell/aliasrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 7d8d62e..04ee2ce 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -511,7 +511,7 @@ alias ylogr='ylog -s recordings -c us | grep $(LC_TIME=C date +%d/%b) | grep -E alias ylogR='ylog -s recordings -c us | grep $(LC_TIME=C date -d "1 days ago" +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' alias ylogT='ylog -s recordings -c us | grep $(LC_TIME=C date -d "2 days ago" +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' alias ylogu='ylog -s diary -c us' -alias ylogv='ylog -s recordings -c us | grep $(LC_TIME=C date +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' -alias ylogV='ylog -s recordings -c us | grep $(LC_TIME=C date -d "1 days ago" +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' +alias ylogv='ylog -s videos -c us | grep $(LC_TIME=C date +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' +alias ylogV='ylog -s videos -c us | grep $(LC_TIME=C date -d "1 days ago" +%d/%b) | grep -E "[0-9]{2}:[0-9]{2}:[0-9]{2} "' alias yloga='ylogd; ylogr; ylogp; ylogv' alias ylogA='ylogD; ylogR; ylogP; ylogV' |
