diff options
| -rw-r--r-- | mac/.config/shell/aliasrc | 4 | ||||
| -rw-r--r-- | 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' |
