diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-04 13:43:59 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-04 13:43:59 +0900 |
| commit | dd30c8e6b0de224a93004c44be9c557412a68666 (patch) | |
| tree | b9846e4f6e5d725a8945aa3435b35f5561d544f7 | |
| parent | 2025ee780a0fac69174933497974139425edd742 (diff) | |
modified shell/aliasrc
| -rw-r--r-- | mac/.config/shell/aliasrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/shell/aliasrc b/mac/.config/shell/aliasrc index d1fe206..f661087 100644 --- a/mac/.config/shell/aliasrc +++ b/mac/.config/shell/aliasrc @@ -500,7 +500,7 @@ alias szs="source ${XDG_CONFIG_HOME:-${HOME}/.config}/zsh/.zshrc" alias ylogu='ylog -s recordings -c us' -alias ylogh='ylog -s hidden -c us | grep $(LC_TIME=C date +%d/%b)' -alias ylogi='ylog -s hidden -c us | grep $(LC_TIME=C date -v-1d +%d/%b)' +alias ylogh='ylog -s hidden -c us | grep -v "[[:space:]]si[[:space:]]" | grep $(LC_TIME=C date +%d/%b)' +alias ylogi='ylog -s hidden -c us | grep -v "[[:space:]]si[[:space:]]" | grep $(LC_TIME=C date -v-1d +%d/%b)' alias ylogt='ylog -s recordings -c us | grep $(LC_TIME=C date +%d/%b)' alias ylogy='ylog -s recordings -c us | grep $(LC_TIME=C date -v-1d +%d/%b)' |
