From 9647a6e37014fdbb573fc4eab023b43ede9396fb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 22 Jun 2015 16:02:27 +0300 Subject: [PATCH] rc: remove the ffmpeg lines the deprecation was decided by only one person at debian and it's already being regret apparently. I don't have link at hand now, but this removes one entry from my todo --- rc/bashrc | 3 --- rc/zshrc | 3 --- 2 files changed, 6 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index a8084b3f..5ad0aab2 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -454,9 +454,6 @@ alias apty="apt -y" alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " -# ffmpeg is depreceated -alias ffmpeg=avconv - # inxi https://code.google.com/p/inxi/ alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi;./inxi -U;cd" diff --git a/rc/zshrc b/rc/zshrc index 32567d10..60995fb4 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -440,9 +440,6 @@ alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " alias apty="apt -y" -# ffmpeg is depreceated -alias ffmpeg=avconv - # inxi https://code.google.com/p/inxi/ alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi;./inxi -U;cd"