diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-03 04:14:42 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-03 04:14:42 +0900 |
| commit | e924090e00636ab2aa5ab66fea6f8d6ee1a2ca7c (patch) | |
| tree | 25278da861ae5035546e0e95a4e47c2480711642 /mac/.config/shell/aliasrc | |
| parent | 5070b67dd7d8ec15f541dd17c108b1b334afabae (diff) | |
modified plugins/ssh.lua, modified plugins/ssh.lua, modified shell/aliasrc, modified bin/ylog
Diffstat (limited to 'mac/.config/shell/aliasrc')
| -rw-r--r-- | mac/.config/shell/aliasrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/.config/shell/aliasrc b/mac/.config/shell/aliasrc index 9fc3aab..d1fe206 100644 --- a/mac/.config/shell/aliasrc +++ b/mac/.config/shell/aliasrc @@ -500,5 +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 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)' |
