Update .bashrc
This commit is contained in:
parent
af7b7c91eb
commit
68b37fe588
1 changed files with 0 additions and 3 deletions
3
.bashrc
3
.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 "
|
||||
|
|
Loading…
Reference in a new issue