mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Changed back to ls_extended
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
5450d91157
commit
fe611cb04b
@ -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 $@ }
|
||||
|
Loading…
Reference in New Issue
Block a user