]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fbterm / fbterm.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh
deleted file mode 100644 (file)
index bc25320..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# start fbterm automatically in /dev/tty*
-
-if (( ${+commands[fbterm]} )); then
-       if [[ "$TTY" = /dev/tty* ]] ; then
-               fbterm && exit
-       fi
-fi