summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rwxr-xr-xzsh/.zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index fa6a5c2..e987a0e 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -69,6 +69,14 @@ findstr() {
69 find . -type f -exec grep -H "$1" {} \; 69 find . -type f -exec grep -H "$1" {} \;
70} 70}
71 71
72revid() {
73 ffmpeg -i $1 -vf reverse -qp 16 $2
74}
75
76slowvid() {
77 ffmpeg -i $1 -vf "setpts=0.5*PTS" $2
78}
79
72# Enable colors and change prompt: 80# Enable colors and change prompt:
73autoload -U colors && colors 81autoload -U colors && colors
74fpath+=$HOME/.cache/zsh/pure 82fpath+=$HOME/.cache/zsh/pure