master
Mike Cugini 6 years ago
parent 1020685fcb
commit 6fc07baa4e
  1. 2
      tmux.conf
  2. 2
      zshrc

@ -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@'

@ -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'

Loading…
Cancel
Save