Skip to content

Commit

Permalink
Make rescan_project a no-op.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorbits committed Sep 20, 2011
1 parent 729e8d3 commit 3d46c51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/bash_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ exit_create_new_document () { echo -n "$1"; exit 207; }

# force TM to refresh current file and project drawer
rescan_project () {
osascript &>/dev/null \
-e 'tell app "SystemUIServer" to activate' \
-e 'tell app "TextMate" to activate' &
}

# use this as a filter (|pre) when you want
Expand Down

0 comments on commit 3d46c51

Please sign in to comment.