summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-09-19 07:45:53 +0000
committerShubham Saini <pryr@pryr.xyz>2020-09-19 07:45:53 +0000
commit3e09a205735b419e80e21970c53ec554a78886c4 (patch)
tree5772dcd28587dabed3d82dab3bd6788ebc16d6cd /zsh/.zshrc
parent025c2ef519ff7c5d498b2c4aed2591aeb685f85c (diff)
dark
Diffstat (limited to 'zsh/.zshrc')
-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