summaryrefslogtreecommitdiff
path: root/mac/.config/shell/aliasrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-13 08:37:14 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-10-13 08:37:14 +0900
commit8063ca459b8bcd1524951a54d056cf3bd50358e0 (patch)
tree071d617fd5f352114560391420c891c995e62bcc /mac/.config/shell/aliasrc
parentb91827e2a8f1b502a823893b8cd01c51600fcd40 (diff)
modified shell/aliasrc, modified bin/ylog
Diffstat (limited to 'mac/.config/shell/aliasrc')
-rw-r--r--mac/.config/shell/aliasrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mac/.config/shell/aliasrc b/mac/.config/shell/aliasrc
index 6f06710..359e951 100644
--- a/mac/.config/shell/aliasrc
+++ b/mac/.config/shell/aliasrc
@@ -497,3 +497,7 @@ 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 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)'