diff options
author | self <self@sateoki.xyz> | 2022-06-03 15:15:03 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-06-03 15:15:03 +0100 |
commit | 92cfd210e4eeb3e1c547b7951acfc46cc8c459f4 (patch) | |
tree | 2b76a24505c9b6a23b413d6d19e5ce6838b6444e /zsh | |
parent | e96236870c09e99e3713996290b94d25b356c5c8 (diff) |
added temporary pvd fn
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |