summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-06-03 15:15:03 +0100
committerself <self@sateoki.xyz>2022-06-03 15:15:03 +0100
commit92cfd210e4eeb3e1c547b7951acfc46cc8c459f4 (patch)
tree2b76a24505c9b6a23b413d6d19e5ce6838b6444e
parente96236870c09e99e3713996290b94d25b356c5c8 (diff)
added temporary pvd fn
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 4d27561..655acad 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -61,6 +61,11 @@ RPROMPT='%D{%k:%M:%S}'
# allow sudo to make use of aliases
alias sudo="sudo "
+# various temporary
+pvd() {
+ pmpv *$1*
+}
+
# ls / exa
alias ls='ls -a --color=always'
alias e="exa -a --header --long --git --time-style=long-iso --group"