aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-15 18:53:52 -0500
committertdro <tdro@users.noreply.github.com>2020-01-15 18:53:52 -0500
commit7920673d4252c868d3c18d69d55e42a6df6031ca (patch)
treee6f8a4de6e33c06621727e260c26526de3b48c31 /.bashrc
parentd4e87355c2a59c207daf1e919d82e3621691ffbc (diff)
downloaddotfiles-7920673d4252c868d3c18d69d55e42a6df6031ca.tar.gz
dotfiles-7920673d4252c868d3c18d69d55e42a6df6031ca.tar.bz2
dotfiles-7920673d4252c868d3c18d69d55e42a6df6031ca.zip
.bashrc: List directories first
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 9882e1f..5131a77 100644
--- a/.bashrc
+++ b/.bashrc
@@ -82,7 +82,7 @@ alias wget="wget --hsts-file $HOME/.cache/wget.history"
alias ssh='eval $(/usr/bin/keychain --eval --agents ssh -Q --quiet ~/.ssh/mobile ~/.ssh/primary) && ssh'
# colorize the ls output
-alias ls='ls --color=always'
+alias ls='ls -hN --color=always --group-directories-first'
# lsblk
alias lsblk='lsblk -o NAME,MAJ:MIN,RM,SIZE,FSTYPE,RO,TYPE,MOUNTPOINT,MODEL'