summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-11-05 17:18:01 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-11-05 17:18:01 +0900
commitc76e55c4e180ac31fce4bc7039892ace124242ba (patch)
tree2b05f26c0cfa070e81a3888dab6cd08328f20ba4
parentdd30c8e6b0de224a93004c44be9c557412a68666 (diff)
modified shell/aliasrc, modified tmux/tmux.conf
-rw-r--r--mac/.config/shell/aliasrc4
-rw-r--r--mac/.config/tmux/tmux.conf4
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'