X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=50898ce106381e19add71c4be08e5285a559b65a;hb=90b224ae543a4bd153c5e56c9e51c88f441bd291;hp=f95045ae6a31894ba7068add1446228bf7843965;hpb=1d2b6827a7d713966a05c24dd4b471e6f376c026;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f95045a..50898ce 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2532,6 +2532,7 @@ compdef _functions freload #f1# List symlinks in detail (more detailed version of 'readlink -f' and 'whence -s') sll() { [[ -z "$1" ]] && printf 'Usage: %s \n' "$0" && return 1 + local file for file in "$@" ; do while [[ -h "$file" ]] ; do ls -l $file @@ -2754,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