From 34ca1b6676fa70557f15863979161d5a7c13a430 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 31 May 2023 13:59:42 -0500 Subject: added lastest tweaks from T14 --- .bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 165f24c..e6d5819 100644 --- a/.bashrc +++ b/.bashrc @@ -157,6 +157,10 @@ function tolux() { scp $3 $1 lxf:/home/lxf/$2 } +function rsynctolux() { + rsync -avzhe ssh --progress $1 lxf:/home/lxf/$2 +} + function frlux() { scp $3 lxf:/home/lxf/$1 $2 } @@ -616,6 +620,11 @@ ds () { grep -E '^ *[0-9.]*G' /tmp/list rm /tmp/list } +#download movies +yt () { + yt-dlp -S height:1080 https://www.youtube.com/watch?v="$1" +} + RIPGREP_CONFIG_PATH=~/.ripgreprc GPG_TTY=$(tty) export GPG_TTY -- cgit v1.2.3-70-g09d2