diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-08 16:06:48 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-08 16:06:48 +0900 |
| commit | 5ff19624fa01dfcce4774c603dab3bea447ac14e (patch) | |
| tree | 22c1a7edf95caf8f38be0492d8d24e0e1209270a /ar | |
| parent | 1d48b4e08f62c2fe71ac59da2eee250408990bc2 (diff) | |
modified shell/aliasrc, modified .ssh/config
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/shell/aliasrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 13ae888..2752a51 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -484,3 +484,9 @@ alias za='zathura' # zsh alias sps="source ${XDG_CONFIG_HOME:-${HOME}/.config}/shell/profile" alias szs="source ${XDG_CONFIG_HOME:-${HOME}/.config}/zsh/.zshrc" + +alias ylogh="ylog -s hidden -c us | grep $(LC_TIME=C date -d 'today' +%d/%b)" +alias ylogi="ylog -s hidden -c us | grep $(LC_TIME=C date -d 'yesterday' +%d/%b)" +alias ylogu='ylog -s recordings -c us' +alias ylogt="ylog -s recordings -c us | grep $(LC_TIME=C date -d 'today' +%d/%b)" +alias ylogy="ylog -s recordings -c us | grep $(LC_TIME=C date -d 'yesterday' +%d/%b)" |
