diff options
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 |
