From: Frank Terbeck Date: Wed, 30 Nov 2011 17:56:38 +0000 (+0100) Subject: zshrc: Remove fbmplayer X-Git-Tag: v0.5.0~20 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=5e5508b81a90307b65ba47898c7022e1bfb21973 zshrc: Remove fbmplayer Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index a75ec9c..c7ce4df 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -779,10 +779,6 @@ human readable output format. A Web browser on the framebuffer device. So you can browse images and click links on the virtual tty. -: **fbmplayer** (//mplayer -vo fbdev -fs -zoom//) -Fullscreen Video player with the framebuffer as video output device. So you -can watch videos on a virtual tty. - : **g** (//git//) Revision control system by Linus Torvalds. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 703f531..62ff84c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2304,8 +2304,6 @@ alias md='mkdir -p' alias rmcdir='cd ..; rmdir $OLDPWD || cd $OLDPWD' # console stuff -#a2# Execute \kbd{mplayer -vo fbdev -fs -zoom} -alias fbmplayer='mplayer -vo fbdev -fs -zoom' #a2# Execute \kbd{links2 -driver fb} alias fblinks='links2 -driver fb'