summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 0765b0d..22a2121 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -42,6 +42,10 @@ sip() {
42 curl https://ipinfo.io/$* 42 curl https://ipinfo.io/$*
43} 43}
44 44
45rmdata() {
46 exiftool -overwrite_original -all= $*
47}
48
45# Enable colors and change prompt: 49# Enable colors and change prompt:
46autoload -U colors && colors 50autoload -U colors && colors
47fpath+=$HOME/.zsh/pure 51fpath+=$HOME/.zsh/pure