From 47c6a05460e70adcd1f99dc950d44d6f8c0a61d9 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 6 Mar 2013 13:16:04 +0100 Subject: [PATCH] zshrc: drop deprecated grml-rebuildfstab alias We don't ship [grml-]rebuildfstab since quite some time, so no point in providing that. --- doc/grmlzshrc.t2t | 3 --- etc/zsh/zshrc | 5 ----- 2 files changed, 8 deletions(-) diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index ad83ac9..7c75e50 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -831,9 +831,6 @@ grep-excuses(1)). : **grep** (//grep --color=auto//) Shows grep output in nice colors, if available. -: **grml-rebuildfstab** (//rebuildfstab -v -r -config//) -Scans for new devices and updates /etc/fstab according to the findings. - : **grml-version** (//cat /etc/grml_version//) Prints version of running grml. diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index a3deefe..317c9c7 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2140,11 +2140,6 @@ graphic chipset." #a1# Output version of running grml alias grml-version='cat /etc/grml_version' - if check_com -c rebuildfstab ; then - #a1# Rebuild /etc/fstab - alias grml-rebuildfstab='rebuildfstab -v -r -config' - fi - if check_com -c grml-debootstrap ; then debian2hd() { echo "Installing debian to harddisk is possible by using grml-debootstrap." -- 2.1.4