From 0c46c6b42a3f262eef306f7a3694574f50d6215b Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 30 Nov 2011 18:56:57 +0100 Subject: [PATCH] zshrc: Remove fblinks Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 4 ---- etc/zsh/zshrc | 4 ---- 2 files changed, 8 deletions(-) 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"' -- 2.1.4