From ea239b7827c4cda494b77d4d9d79313d793c728d Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 3 Aug 2015 17:08:21 -0500 Subject: [PATCH] Add a heard through comment to latest til. --- zsh/do-not-overwrite-existing-files.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/do-not-overwrite-existing-files.md b/zsh/do-not-overwrite-existing-files.md index d7b2740..ed7175f 100644 --- a/zsh/do-not-overwrite-existing-files.md +++ b/zsh/do-not-overwrite-existing-files.md @@ -2,3 +2,5 @@ When using the `cp` command to copy files, you can use the `-n` flag to make sure that you do not overwrite existing files. + +h/t [Dillon Hafer](https://twitter.com/dillonhafer)