From 57725a904a77e4380e10cf87bd132f966eebf07f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 12 Mar 2020 18:45:52 +0200 Subject: [PATCH] Switch from ls_extended to exa --- home/.config/zsh/03-aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/zsh/03-aliases.zsh b/home/.config/zsh/03-aliases.zsh index 58b303f..c39db1d 100644 --- a/home/.config/zsh/03-aliases.zsh +++ b/home/.config/zsh/03-aliases.zsh @@ -138,7 +138,7 @@ tether() { adb shell su -c "service call connectivity 33 i32 1 s16 me" > /dev/nu alias reflect='sudo reflector --latest 200 --threads 8 --verbose --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist' # better ls -alias ls='ls_extended' +alias ls='exa --time-style=long-iso --git' # default icon for notify-send alias notify-send='notify-send --icon=alarm'