summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.uprofile/folder.json')
-rw-r--r--.uprofile/folder.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/.uprofile/folder.json b/.uprofile/folder.json
index 012649c..983a536 100644
--- a/.uprofile/folder.json
+++ b/.uprofile/folder.json
@@ -4,15 +4,22 @@
"version": "0.1",
"modules": {
"python": {
- "actions": [
- "bin 1",
- "test 1 1"
- ]
+ "actions": {
+ "bin": [
+ "/usr/bin/python2.6",
+ "/usr/bin/python2.6-config"
+ ],
+ "test": [
+ "5 \"It's WORKING!!!\""
+ ]
+ }
},
"gcc": {
- "actions": [
- "bin 0"
- ]
+ "actions": {
+ "bin": [
+ "/usr/bin/gcc-4.3"
+ ]
+ }
}
}
}}