Bladeren bron

~/.bashrc: Remove ls to ls++ alias (too slow, not really useful).

But I learned about the --group-directories-first option. :)
Lucas Stadler 13 jaren geleden
bovenliggende
commit
57f4e2975f
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      .bashrc

+ 1 - 2
.bashrc

@ -1,6 +1,5 @@
1 1
# shortcuts
2
alias _ls='/bin/ls --group-directories-first --color=auto'
3
alias ls='~/t/ls--/ls++'
2
alias ls='/bin/ls --group-directories-first --color=auto'
4 3
alias v='~/t/sh/v/v'
5 4
alias here='find . -type f -name '
6 5
# Find targets in a Makefile: targets <makefile>