From 3e09a205735b419e80e21970c53ec554a78886c4 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 19 Sep 2020 13:15:53 +0530 Subject: dark --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 0765b0d..22a2121 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -42,6 +42,10 @@ sip() { curl https://ipinfo.io/$* } +rmdata() { + exiftool -overwrite_original -all= $* +} + # Enable colors and change prompt: autoload -U colors && colors fpath+=$HOME/.zsh/pure -- cgit v1.2.3