summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 8ff1172..7a20066 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -105,6 +105,11 @@ alias ad="mn anime-dropped" # Anime I have dropped
alias p="zathura"
alias o="libreoffice --writer"
+# file manipulation
+defix() {
+ for i in "$1"*;do mv "$i" "${i#"$1"}";done
+}
+
# pulseaudio - this is a temporary solution
sv() {
pactl set-sink-volume 0 $1%