From 3735cab6797d53519e772e89568d5c132c3da0ed Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Fri, 5 Jul 2024 10:33:12 +0200 Subject: [PATCH] Update copyright & fix tabs --- LICENSE | 2 +- zsh/alias | 4 ++-- zshrc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index e0db393..07a3191 100644 --- a/LICENSE +++ b/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 diff --git a/zsh/alias b/zsh/alias index 0775322..5d24b6b 100644 --- a/zsh/alias +++ b/zsh/alias @@ -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 diff --git a/zshrc b/zshrc index 1dda56d..1713dac 100644 --- a/zshrc +++ b/zshrc @@ -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