From c76e55c4e180ac31fce4bc7039892ace124242ba Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:18:01 +0900 Subject: modified shell/aliasrc, modified tmux/tmux.conf --- mac/.config/shell/aliasrc | 4 ++-- mac/.config/tmux/tmux.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 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)' diff --git a/mac/.config/tmux/tmux.conf b/mac/.config/tmux/tmux.conf index 00c5f0e..94313a2 100644 --- a/mac/.config/tmux/tmux.conf +++ b/mac/.config/tmux/tmux.conf @@ -36,8 +36,8 @@ set -g monitor-activity on set -g visual-activity off # color -set -g default-terminal "xterm-256color" -# set -g default-terminal 'screen-256color' +# set -g default-terminal "xterm-256color" +set -g default-terminal 'screen-256color' set -ga terminal-overrides ',xterm-256color:Tc' set -sa terminal-features ',xterm-256color:RGB' -- cgit v1.2.3