From 6fc07baa4e37dc416e6250dcc4d1e96a98942e8a Mon Sep 17 00:00:00 2001 From: Mike Cugini Date: Thu, 16 Aug 2018 21:59:29 -0400 Subject: [PATCH] updates --- tmux.conf | 2 ++ zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 92c3b9e..2bd56ca 100644 --- a/tmux.conf +++ b/tmux.conf @@ -31,3 +31,5 @@ set-window-option -g window-status-current-format '#[bg=red,fg=white,bold] #I #W set -g status-right '#[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%I:%M%p#[default] #[fg=green]]' setw -g automatic-rename on + +set -as terminal-overrides ',st*:Ss@' diff --git a/zshrc b/zshrc index 22764b9..d8c759e 100644 --- a/zshrc +++ b/zshrc @@ -23,6 +23,8 @@ PROMPT=' %F{red}%n@%m%F{red} %F{green}%/%F{yellow}${vcs_info_msg_0_}%f > ' +eval `keychain --eval --agents ssh id_rsa` + export EDITOR=nvim alias ls='ls -G --color'