Skip to content

Commit

Permalink
add open_with_sublime_sourcetree.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed May 18, 2015
1 parent f428a8a commit 66841a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions functions/open_sublime_sourcetree.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
# --------------------------------------
# Goal
# 現在のディレクトリをsublimeとsroucetreeで開く
# --------------------------------------

subl $1
st $1
1 change: 1 addition & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ alias s='cd ~/Sites'
alias dotfiles='cd ~/.dotfiles'
alias dotfile='dotfiles'

alias o='source ~/.dotfiles/functions/open_sublime_sourcetree.sh'
alias mkcd='source ~/.dotfiles/functions/mkdir_cd.sh'

alias m='middleman'
Expand Down

0 comments on commit 66841a7

Please sign in to comment.