projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8024479
)
Complete session names
author
Joerg Jaspert
<joerg.jaspert@dlh.de>
Thu, 21 May 2015 11:58:52 +0000
(13:58 +0200)
committer
Joerg Jaspert
<joerg.jaspert@dlh.de>
Thu, 21 May 2015 11:58:52 +0000
(13:58 +0200)
.zsh/functions/_tm
patch
|
blob
|
history
diff --git
a/.zsh/functions/_tm
b/.zsh/functions/_tm
index
7756636
..
96f1a76
100755
(executable)
--- a/
.zsh/functions/_tm
+++ b/
.zsh/functions/_tm
@@
-93,7
+93,7
@@
function _tm() {
_wanted hosts expl hostname _hosts && return
;;
session)
- echo "ohmy"
+ _tm_get_sessions
;;
esac
}