浏览代码

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

But I learned about the --group-directories-first option. :)
Lucas Stadler 13 年之前
父节点
当前提交
57f4e2975f
共有 1 个文件被更改,包括 1 次插入2 次删除
  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>