Skip to content

Commit

Permalink
. various changes
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Nov 13, 2010
1 parent 304b248 commit 395c6b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file modified oh-my-zsh.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion plugins/emacs/emacs.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alias ec='/usr/local/Cellar/emacs/HEAD/Emacs.app/Contents/MacOS/bin/emacsclient'
alias e=openemacs

EDITOR='openemacs'
EDITOR='/usr/local/Cellar/emacs/HEAD/Emacs.app/Contents/MacOS/bin/emacsclient'
export EDITOR

# configuration for emacs multi-term.el compatibility
Expand Down
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ alias gba='git branch -a'
alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'
alias glg='git log --stat --max-count=5'
alias gco='git checkout'
alias gsv='git svn'

# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
Expand Down

0 comments on commit 395c6b0

Please sign in to comment.