This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Automatically set window title | |
set-window-option -g automatic-rename on | |
set-window-option -g automatic-rename-format '#{host_short}' | |
set-option -g set-titles on | |
set-option -g set-titles-string '#{host_short}' | |
set -g default-terminal 'xterm-256color' | |
# Big history on screen | |
set -g history-limit 50000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XTerm*locale: true | |
xterm*.background: black | |
xterm*.foreground: rgb:00/ff/25 | |
xterm*on2Clicks: regex [a-zA-Z0-9_./-]+ | |
xterm*on3Clicks: regex [^ \n]+ | |
xterm*on4Clicks: regex [^\n]+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. ~/.ssh_environment | |
ssh-add -l|grep -q 'no identities' && ssh-add | |
. ~/.bashrc |