diff options
author | lxf <sng@luxagraf.net> | 2022-05-31 21:18:48 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-05-31 21:18:48 -0400 |
commit | e9a9b73726ad6dba80efcc84d50d4c40896d150d (patch) | |
tree | 63471227a02e1302c6a39ab59e4990eff18e3949 /.aliases | |
parent | a52961c7208c9dbbaaa68c07a9d1b26a05eec551 (diff) |
brought dotfiles up to date with dell xps arch install
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ alias serve='python -m http.server' alias servenet="python -c 'import BaseHTTPServer as bhs, SimpleHTTPServer as shs; bhs.HTTPServer(('\''192.168.1.10'\'', 8080), shs.SimpleHTTPRequestHandler).serve_forever()'" # download movies -alias yt='yt-dlp $1 --format best' +alias yt='yt-dlp $1 -f b' alias yt-audio='youtube-dl --no-check-certificate --ignore-errors --output "%(title)s.%(ext)s" --extract-audio --audio-format mp3' alias @less="fc -s | less" |