Make ls output colorful and human readable

This commit is contained in:
Christian Baer 2020-05-10 22:10:23 +02:00
parent 4a6b29c546
commit 003f373ef8

View File

@ -1,5 +1,5 @@
alias ls='ls --color=always -h'
alias ll='ls -la' alias ll='ls -la'
alias lh='ls -lah'
alias ...='cd ../..' alias ...='cd ../..'
alias ydl="youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" alias ydl="youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
alias google='ping -c 10240000 google.com' alias google='ping -c 10240000 google.com'