From: Michael Prokop Date: Tue, 20 May 2014 10:25:22 +0000 (+0200) Subject: zshrc: drop duplicated bk() function [Closes: issue1307] X-Git-Tag: v0.9.5~1 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=4d08694c336e3e92a4afa1ade849490cf73b6fb8 zshrc: drop duplicated bk() function [Closes: issue1307] Thanks: Thilo Six --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index fe58fe9..50898ce 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2755,11 +2755,6 @@ if check_com vim; then } fi -# make a backup of a file -bk() { - cp -a "$1" "${1}_$(date --iso-8601=seconds)" -} - ssl_hashes=( sha512 sha256 sha1 md5 ) for sh in ${ssl_hashes}; do