From 003f373ef88555117664dfbb330557fa3ca15ca0 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 10 May 2020 22:10:23 +0200 Subject: [PATCH] Make ls output colorful and human readable --- .zsh/lib/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/lib/aliases.zsh b/.zsh/lib/aliases.zsh index 5b65d35..72da06f 100644 --- a/.zsh/lib/aliases.zsh +++ b/.zsh/lib/aliases.zsh @@ -1,5 +1,5 @@ +alias ls='ls --color=always -h' alias ll='ls -la' -alias lh='ls -lah' alias ...='cd ../..' alias ydl="youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" alias google='ping -c 10240000 google.com'