summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc9
1 files changed, 9 insertions, 0 deletions
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