From 824e32b847bce1ee5a0fe0deccccd2fb0755f9db Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Wed, 13 Jun 2018 21:17:17 -0400 Subject: [PATCH] Update config --- bash/.profile | 5 +++-- tmux/.tmux.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bash/.profile b/bash/.profile index bdbb86d..670722b 100644 --- a/bash/.profile +++ b/bash/.profile @@ -11,12 +11,13 @@ configure_completions export EDITOR=vim # set history -export HISTSIZE=10000 # very large history +export HISTSIZE=1000 # very large history export HISTFILESIZE=10000 # very large history export HISTCONTROL=ignoreboth:erasedups # ignore duplicate history entries shopt -s histappend # append to the history when the shell exits (instead of overwriting) # save and reload history each time a command is run, to share history between shells -export PROMPT_COMMAND="history -a; history -c; history -r" + +alias ssh-proxy="ssh -D 8080 galaxy" # disable messaging if `tty -s`; then diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c42f17a..618ff52 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -22,7 +22,7 @@ set -g status-attr dim set -g status-left '#[fg=colour245] #(whoami)@#H > #S ' set -g status-right '#[fg=colour233,bg=colour241,bold] %m/%d #[fg=colour233,bg=colour245,bold] %I:%M ' set -g status-right-length 50 -set -g status-left-length 30 +set -g status-left-length 40 set -g clock-mode-style 12 # Use Alt-vim keys without prefix key to switch panes