Fixed error that would occur on Mac OS X reporting misplaced )
diff --git a/plugins/base.plugin.bash b/plugins/base.plugin.bash
index c30d731..b1706e9 100644
--- a/plugins/base.plugin.bash
+++ b/plugins/base.plugin.bash
@@ -58,7 +58,7 @@
 
 # One thing todo
 
- t() {
+function t() {
 	 if [[ "$*" == "" ]] ; then
 		 cat ~/.t
 	 else