Browse Source

Merge remote-tracking branch 'origin/master' into spacemacs

master
Brett Langdon 9 years ago
parent
commit
f27b6e45d6
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
2 changed files with 2 additions and 15 deletions
  1. +1
    -15
      tmux.conf
  2. +1
    -0
      zshrc

+ 1
- 15
tmux.conf View File

@ -1,22 +1,8 @@
# color
set -g default-terminal "xterm-256color"
set-option -g default-shell /usr/local/bin/zsh
set-option -g status-keys emacs
set-option -g status on
set-option -g status-interval 2
set-option -g status-left-length 60
set-option -g status-right-length 90
set-option -g renumber-windows on
# List of plugins
# Supports `github_username/repo` or full git repo URLs
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# Plugin settings
set -g @continuum-restore 'on'
set -g status-right 'Continuum: #{continuum_status}'
# Initializes TMUX plugin manager.
# Keep this line at the very bottom of tmux.conf.


+ 1
- 0
zshrc View File

@ -33,6 +33,7 @@ hash -d src=~/src
# Setup custom aliases
alias up="vagrant up && vagrant ssh"
alias stayawake="caffeinate -s -d -i"
alias emacs="emacs -nw"
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"


Loading…
Cancel
Save