Skip to content

Commit

Permalink
Added changes to tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
Punjab committed Mar 1, 2012
1 parent 324a403 commit 6f33f48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bash_profile
Expand Up @@ -16,3 +16,5 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi

[[ -s "/Users/askang/.rvm/scripts/rvm" ]] && source "/Users/askang/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
6 changes: 5 additions & 1 deletion tmux.conf
@@ -1 +1,5 @@
set -g prefix Ctrl-a
set -g default-terminal "screen-256color"

# act like GNU screen
unbind C-b
set -g prefix C-a
4 changes: 4 additions & 0 deletions zshrc
Expand Up @@ -39,6 +39,10 @@ alias rake='noglob rake'
# Add Drupal drush executable path ~/bin/drush/drush
PATH=${PATH}:/Users/askang/bin/drush

# Add LATEX
PATH="/usr/texbin:${PATH}"
export PATH

# virtualenv. Using system default python 2.7.1
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
Expand Down

0 comments on commit 6f33f48

Please sign in to comment.