chore: remove --long option from ls alias

pull/1/head
anemofilia 2023-08-13 08:34:15 -03:00
parent d77cb82012
commit f34b822df0
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
("ls" . ,(format #f "ls --color=auto ~
--group-directories-first ~
--classify ~
-hlv"))
-hv"))
#|Clear terminal screen without ncurses|#
("clear" . "printf \"\\033c\"")