Skip to content

Commit

Permalink
Personal macosx changes
Browse files Browse the repository at this point in the history
  • Loading branch information
coondog0630 committed Aug 24, 2011
1 parent cea9a9c commit 0030340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bash/.bash_aliases.macosx
Expand Up @@ -49,3 +49,4 @@ alias mysqld_load="launchctl load -w ~/Library/LaunchAgents/com.mysql.mysqld.pli
alias mysqld_unload="launchctl unload -w ~/Library/LaunchAgents/com.mysql.mysqld.plist"

# SSH Aliases
alias synergy_home_server="/usr/bin/synergys --config ~/.synergy-home.conf --log ~/.synergy-home.log --restart --daemon"
1 change: 1 addition & 0 deletions bash/.bash_profile.macosx
Expand Up @@ -61,6 +61,7 @@ export EC2_PRIVATE_KEY="$(/bin/ls $HOME/.ec2/pk-*.pem)"
export EC2_CERT="$(/bin/ls $HOME/.ec2/cert-*.pem)"
export EC2_AMITOOL_HOME="/usr/local/Cellar/ec2-ami-tools/1.3-45758/jars"
export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.4.2.2/jars"
ssh-add ~/.ec2/keypair.pem

# Python
export PYSTUFF="/usr/local/share/python"
Expand Down
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Expand Up @@ -3,7 +3,7 @@ set-option -g lock-server off
set-option -g status-bg blue

# Key Bindings
bind-key C-k kill-pane # kill a pane
bind-key C-x kill-pane # kill a pane
bind-key C-w kill-window # kill a window
bind r source-file ~/.tmux.conf # `+r reloads the configuration, handy

Expand Down

0 comments on commit 0030340

Please sign in to comment.