From 68b37fe588bfeadc6e48ba9a11a0e3e23b05d383 Mon Sep 17 00:00:00 2001 From: Clay Gomera <95720679+d4r1us-drk@users.noreply.github.com> Date: Mon, 18 Apr 2022 17:37:45 -0400 Subject: [PATCH] Update .bashrc --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index 24ccfdb19..36a522ae7 100644 --- a/.bashrc +++ b/.bashrc @@ -206,9 +206,6 @@ alias psgrep="ps aux | grep -v grep | grep -i -e VSZ -e" alias psmem='ps auxf | sort -nr -k 4' alias pscpu='ps auxf | sort -nr -k 3' -# get error messages from journalctl -alias jctl="journalctl -p 3 -xb" - # youtube-dl alias yta-aac="yt-dlp --extract-audio --audio-format aac " alias yta-best="yt-dlp --extract-audio --audio-format best "