mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 10:09:56 +01:00
Update copyright & fix tabs
This commit is contained in:
parent
5fc9c5d177
commit
3735cab679
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 Jan Jastrow
|
||||
Copyright (c) 2024 Jan Jastrow
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -46,9 +46,9 @@ alias sc='screen -R'
|
||||
|
||||
# youtube-dl / yt-dlp
|
||||
if [[ -x $(which yt-dlp) ]]; then
|
||||
alias ydl='yt-dlp'
|
||||
alias ydl='yt-dlp'
|
||||
elif [[ -x $(which youtube-dl) ]]; then
|
||||
alias ydl='youtube-dl'
|
||||
alias ydl='youtube-dl'
|
||||
fi
|
||||
|
||||
# youtube-dl(p) - Download only best MP4
|
||||
|
Loading…
Reference in New Issue
Block a user