From 248da69e3450dec0d8a5a483060e612063fcce3f Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 11 Feb 2023 11:14:03 +0530 Subject: [PATCH] aliasrc changes --- .config/shell/aliasrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index e18bb3c..f735c76 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -9,18 +9,22 @@ alias \ dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \ lf="lfub" \ nb="newsboat" \ - hst="history 1 -1 | cut -c 8- | sort | uniq | fzf | tr -d '\n' | xclip -sel c" \ + sxiv="nsxiv" \ + hst="history 1 -1 | cut -c 8- | sort | uniq | fzf | tr -d '\n' | xclip -sel c" \ # Verbosity and settings that you pretty much just always are going to want. alias \ cp="cp -iv" \ mv="mv -iv" \ rm="rm -vI" \ - yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s' --external-downloader=aria2c" \ + yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s'" \ yta="yt -x -f bestaudio/best" \ ytbdl="yt-dlp -f bestvideo+bestaudio -o '%(title)s.%(ext)s' --external-downloader=aria2c" \ - ytdl="yt-dlp -f best -o '%(title)s.%(ext)s' --external-downloader=aria2c" + ytdl="yt-dlp -f best -o '%(title)s.%(ext)s' --external-downloader=aria2c" \ + tsm="transmission-remote" \ + tsmd="transmission-daemon" + # yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s' --external-downloader=aria2c" \ # Colorize commands when possible. alias \