aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-10-28 21:03:02 +0100
committerMattias Andrée <maandree@operamail.com>2012-10-28 21:03:02 +0100
commiteb9dc56f5c8df4f6572cf249899894ba594ea1ad (patch)
tree4f41fc4244dbfe93dc2b8283f08761d733148b16 /example
parentwhoops (diff)
downloadauto-auto-complete-eb9dc56f5c8df4f6572cf249899894ba594ea1ad.tar.gz
auto-auto-complete-eb9dc56f5c8df4f6572cf249899894ba594ea1ad.tar.bz2
auto-auto-complete-eb9dc56f5c8df4f6572cf249899894ba594ea1ad.tar.xz
simplifing the tree
Diffstat (limited to 'example')
-rw-r--r--example4
1 files changed, 2 insertions, 2 deletions
diff --git a/example b/example
index 63915de..b825641 100644
--- a/example
+++ b/example
@@ -49,8 +49,8 @@
(no-exec ls "'/usr/share/ponysay/balloons'" (case (ponysay .say) (ponythink .think)))
)
(suggestion wrap (verbatim none inhertit 100 60)
- (calc (pipe (stty size)
- (cut -d ' ' -f 2)
+ (calc (pipe (exec stty size)
+ (exec cut -d ' ' -f 2)
) - 10
)
)