summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index d45ae59..294ef9e 100644
--- a/bashrc
+++ b/bashrc
@@ -26,7 +26,7 @@ bind -m vi-command '"v":""' # disable opening tmp file
#{{{ alias
alias ls='ls --color=auto -h'
-alias ll='ls -alF'
+alias ll='ls -lF'
alias la='ls -AF'
alias grep='grep --color=auto'