Browse Source

remove ls aliases

pull/1/head
10sr 12 years ago
parent
commit
7202d15e08
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .bashrc

+ 3
- 3
.bashrc View File

@@ -64,9 +64,9 @@ export GIT_PAGER="$PAGER"
export GIT_EDITOR="$EDITOR"

alias ls="ls -hCFG $(test "$TERM" == dumb || echo --color=auto) --time-style=long-iso"
alias ll="ls -l"
alias la="ls -A"
alias lla="ls -Al"
# alias ll="ls -l"
# alias la="ls -A"
# alias lla="ls -Al"
# alias less=""
alias vl=/usr/share/vim/vimcurrent/macros/less.sh
alias em="emacs -nw"


Loading…
Cancel
Save