Update config
This commit is contained in:
parent
cc3b8229e5
commit
824e32b847
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue