From b8f11eab9e79d617d0f0d92117a0dd18323622ea Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Fri, 18 Mar 2022 14:54:28 -0500 Subject: yt-dlp formatting alias and flatpak data dirs for voidx250 --- zsh/profile/zprofile.voidx250 | 1 + zsh/zscripts/aliasrc.zsh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/zsh/profile/zprofile.voidx250 b/zsh/profile/zprofile.voidx250 index bb7e164..3e73aa1 100644 --- a/zsh/profile/zprofile.voidx250 +++ b/zsh/profile/zprofile.voidx250 @@ -1,5 +1,6 @@ #!/usr/bin/env zsh export ZPLUGINS="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" source /home/timmy/.config/zsh/zprofile diff --git a/zsh/zscripts/aliasrc.zsh b/zsh/zscripts/aliasrc.zsh index 16bb675..f9822b7 100755 --- a/zsh/zscripts/aliasrc.zsh +++ b/zsh/zscripts/aliasrc.zsh @@ -48,6 +48,10 @@ alias \ mv="mv -iv" \ rm="rm -v" \ +# Default formatting +alias \ + yt-dlp="yt-dlp -o '%(uploader)s - %(title)s.%(ext)s'" \ + # Clean home directory alias \ startdwm="\startx $XDG_CONFIG_HOME/x11/xinitdwmrc" \ -- cgit v1.2.3