zshrc: Remove fblinks
authorFrank Terbeck <ft@bewatermyfriend.org>
Wed, 30 Nov 2011 17:56:57 +0000 (18:56 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Wed, 30 Nov 2011 17:56:57 +0000 (18:56 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
doc/grmlzshrc.t2t
etc/zsh/zshrc

index c7ce4df..c13c70c 100644 (file)
@@ -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.
 
index 71de438..06ef6d4 100644 (file)
@@ -2302,10 +2302,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"'