Skip to content

Commit afd01d5

Browse files
committed
Misc tweaks
1 parent 5758751 commit afd01d5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

screenrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# terminfo and termcap for nice 256 color terminal
2+
# allow bold colors - necessary for some reason
3+
attrcolor b ".I"
4+
# tell screen how to set colors. AB = background, AF=foreground
5+
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
6+
# erase background with current bg color
7+
defbce "on"
18
# If terminal hangs up abruptly detach and keep screen running
29
# in the background
310
autodetach on

vim/vundle.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ Bundle 'mfukar/robotframework-vim'
6262

6363
" Utilities
6464
Bundle 'scrooloose/nerdcommenter'
65+
Bundle 'editorconfig/editorconfig-vim'
6566

6667
filetype plugin indent on

zsh/aliases.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ alias pumpitup="osascript -e 'set volume 7'"
5656
alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
5757

5858
alias bower="noglob bower"
59+
alias epoch="date +%s"

0 commit comments

Comments
 (0)