Update copyright & fix tabs

This commit is contained in:
Jan Jastrow 2024-07-05 10:33:12 +02:00
parent 5fc9c5d177
commit 3735cab679
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

4
zshrc
View File

@ -15,9 +15,9 @@ source "$HOME/.dotfiles/zsh/settings"
# Define platform
platform='Unknown'
if [[ $(uname) == 'Linux' ]]; then
platform='Linux'
platform='Linux'
elif [[ $(uname) == 'Darwin' ]]; then
platform='macOS'
platform='macOS'
fi
# Define CPU architecture