diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |