Skip to content

Instantly share code, notes, and snippets.

View tmarcus87's full-sized avatar

T. Ono tmarcus87

View GitHub Profile
set-option -g prefix C-t
set-option -g display-panes-time 1500
bind 1 split-window -h
bind 2 split-window -v
bind s setw synchronize-panes on
bind S setw synchronize-panes off
bind l display-panes
bind L display-panes
bind m \
@tmarcus87
tmarcus87 / .bashrc
Last active December 14, 2015 04:19
.bashrc
# For local
PS1='\[\033[31m\][\t \u@\H \W]\$ \[\033[0m\]'
# For remote
#PS1='\[\033[32m\][\u@\H \W]\$ \[\033[0m\]'
alias vi='vim'
alias l='ls'
alias ls='ls -FG'
alias ll='ls -l'
alias la='ls -a'