diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-19 07:45:53 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-19 07:45:53 +0000 |
commit | 3e09a205735b419e80e21970c53ec554a78886c4 (patch) | |
tree | 5772dcd28587dabed3d82dab3bd6788ebc16d6cd /zsh | |
parent | 025c2ef519ff7c5d498b2c4aed2591aeb685f85c (diff) |
dark
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ sip() { | |||
42 | curl https://ipinfo.io/$* | 42 | curl https://ipinfo.io/$* |
43 | } | 43 | } |
44 | 44 | ||
45 | rmdata() { | ||
46 | exiftool -overwrite_original -all= $* | ||
47 | } | ||
48 | |||
45 | # Enable colors and change prompt: | 49 | # Enable colors and change prompt: |
46 | autoload -U colors && colors | 50 | autoload -U colors && colors |
47 | fpath+=$HOME/.zsh/pure | 51 | fpath+=$HOME/.zsh/pure |