From d0685437c7f5f87ef60ee08cd2c113b83e20a961 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Sat, 18 Jan 2025 00:46:19 +0000 Subject: [PATCH] Update tmux and zsh configurations. --- tmux/dot-tmux.conf | 2 +- zsh/dot-zshrc | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index cb24d9c..7b53d6d 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -64,7 +64,7 @@ set-window-option -g display-panes-time 1500 set-option -g status-interval 1 set-option -g status-left '' set-option -g status-right '%l:%M%p' -set-window-option -g window-status-current-fg magenta +# set-window-option -g window-status-current-fg magenta set-option -g status-fg default set-option -g status-bg black diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 5df4c58..2dfbc0b 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -1,3 +1,20 @@ -# append to bottom of zshrc +HISTFILE=~/.histfile +HISTSIZE=5000 +SAVEHIST=10000 +bindkey -e # emacs bindings -[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile +# The following lines were added by compinstall +zstyle :compinstall filename '/home/chun/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall + +# Simple prompt +PROMPT='%F{magenta}%* %F{cyan}%~ %(?.%F{green}.%F{red})%#%f ' + +alias ls='ls --color=auto' + +# Fun tools +alias transcat='queercat -f transgender' +alias bicat='queercat -f bisexual'