Changed back to ls_extended

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-10-30 21:01:26 +02:00
parent 5450d91157
commit fe611cb04b
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -136,7 +136,7 @@ tether() { adb shell su -c "service call connectivity 33 i32 1 s16 me" > /dev/nu
reflect() { sudo reflector --latest 200 --threads 8 --verbose --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist }
# better ls
ls() { lsd $@ }
ls() { ls_extended $@ }
# default icon for notify-send
notify-send() { /usr/bin/notify-send --icon=alarm $@ }