mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19: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
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -46,9 +46,9 @@ alias sc='screen -R'
|
|||||||
|
|
||||||
# youtube-dl / yt-dlp
|
# youtube-dl / yt-dlp
|
||||||
if [[ -x $(which yt-dlp) ]]; then
|
if [[ -x $(which yt-dlp) ]]; then
|
||||||
alias ydl='yt-dlp'
|
alias ydl='yt-dlp'
|
||||||
elif [[ -x $(which youtube-dl) ]]; then
|
elif [[ -x $(which youtube-dl) ]]; then
|
||||||
alias ydl='youtube-dl'
|
alias ydl='youtube-dl'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# youtube-dl(p) - Download only best MP4
|
# youtube-dl(p) - Download only best MP4
|
||||||
|
4
zshrc
4
zshrc
@ -15,9 +15,9 @@ source "$HOME/.dotfiles/zsh/settings"
|
|||||||
# Define platform
|
# Define platform
|
||||||
platform='Unknown'
|
platform='Unknown'
|
||||||
if [[ $(uname) == 'Linux' ]]; then
|
if [[ $(uname) == 'Linux' ]]; then
|
||||||
platform='Linux'
|
platform='Linux'
|
||||||
elif [[ $(uname) == 'Darwin' ]]; then
|
elif [[ $(uname) == 'Darwin' ]]; then
|
||||||
platform='macOS'
|
platform='macOS'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Define CPU architecture
|
# Define CPU architecture
|
||||||
|
Loading…
Reference in New Issue
Block a user