Skip to content

Commit

Permalink
new plugin:
Browse files Browse the repository at this point in the history
start fbterm automatically in /dev/tty*
  • Loading branch information
zasdfgbnm committed Feb 11, 2013
1 parent fce68bb commit 06d5cb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/fbterm/fbterm.plugin.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# start fbterm automatically in /dev/tty*

if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then
fbterm
exit
fi

0 comments on commit 06d5cb9

Please sign in to comment.