diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-05 17:18:01 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-05 17:18:01 +0900 |
| commit | c76e55c4e180ac31fce4bc7039892ace124242ba (patch) | |
| tree | 2b05f26c0cfa070e81a3888dab6cd08328f20ba4 /mac/.config/shell | |
| parent | dd30c8e6b0de224a93004c44be9c557412a68666 (diff) | |
modified shell/aliasrc, modified tmux/tmux.conf
Diffstat (limited to 'mac/.config/shell')
| -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 f661087..05fc5ce 100644 --- a/mac/.config/shell/aliasrc +++ b/mac/.config/shell/aliasrc @@ -499,8 +499,8 @@ 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/%b)' +alias ylogi='ylog -s hidden -c us | grep $(LC_TIME=C date -v-1d +%d/%b)' alias ylogu='ylog -s recordings -c us' -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)' |
