Update tmux and zsh configurations.
This commit is contained in:
@@ -64,7 +64,7 @@ set-window-option -g display-panes-time 1500
|
|||||||
set-option -g status-interval 1
|
set-option -g status-interval 1
|
||||||
set-option -g status-left ''
|
set-option -g status-left ''
|
||||||
set-option -g status-right '%l:%M%p'
|
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-fg default
|
||||||
set-option -g status-bg black
|
set-option -g status-bg black
|
||||||
|
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user