1
0
mirror of https://github.com/chylex/dotfiles.git synced 2025-04-09 08:15:44 +02:00

Update .bashrc (group directories first in lsa)

This commit is contained in:
chylex 2022-07-10 00:29:15 +02:00
parent 9ed9296f00
commit 12e6f5d9d1
No known key found for this signature in database
GPG Key ID: 7CF11CA36C59300F

View File

@ -1,4 +1,4 @@
alias lsa='ls -l -v --all --human-readable --color=auto'
alias lsa='ls -l -v --all --human-readable --group-directory-first --color=auto'
alias gh='history|grep'
bind "set completion-ignore-case on"