Browse Source

Merge pull request #1598 from zasdfgbnm/master

new plugin
Robby Russell 12 years ago
parent
commit
6f72d6c17c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      plugins/fbterm/fbterm.plugin.zsh

+ 6 - 0
plugins/fbterm/fbterm.plugin.zsh

@@ -0,0 +1,6 @@
+# start fbterm automatically in /dev/tty*
+
+if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then
+	fbterm
+	exit
+fi