From: Frank Terbeck Date: Wed, 30 Nov 2011 17:56:57 +0000 (+0100) Subject: zshrc: Remove fblinks X-Git-Tag: v0.5.0~19 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=0c46c6b42a3f262eef306f7a3694574f50d6215b;hp=5e5508b81a90307b65ba47898c7022e1bfb21973;p=grml-etc-core.git zshrc: Remove fblinks Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index c7ce4df..c13c70c 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -775,10 +775,6 @@ using escape sequence. Lists files (including dot files) sorted by size (biggest last) in long and human readable output format. -: **fblinks** (//links2 -driver fb//) -A Web browser on the framebuffer device. So you can browse images and click -links on the virtual tty. - : **g** (//git//) Revision control system by Linus Torvalds. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 62ff84c..9ba0def 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2303,10 +2303,6 @@ alias md='mkdir -p' #a2# Remove current empty directory. Execute \kbd{cd ..; rmdir $OLDCWD} alias rmcdir='cd ..; rmdir $OLDPWD || cd $OLDPWD' -# console stuff -#a2# Execute \kbd{links2 -driver fb} -alias fblinks='links2 -driver fb' - #a2# ssh with StrictHostKeyChecking=no \\&\quad and UserKnownHostsFile unset alias insecssh='ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"' alias insecscp='scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"'