Explorar el Código

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

But I learned about the --group-directories-first option. :)
Lucas Stadler %!s(int64=13) %!d(string=hace) años
padre
commit
57f4e2975f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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>