summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-02-11 11:14:03 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-02-11 11:14:03 +0530
commit248da69e3450dec0d8a5a483060e612063fcce3f (patch)
tree4c40746b52fd81f7009eb91ec69b30052bfd01d2 /.config
parent89074dbd987e7c0e0bf2b911e039acce69d62d66 (diff)
aliasrc changes
Diffstat (limited to '.config')
-rw-r--r--.config/shell/aliasrc10
1 files 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 \