summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2017-04-02 12:18:22 +0200
committerjohannst <stoelp@eit.uni-kl.de>2017-04-02 12:18:22 +0200
commit25b057a916e8233f4d8aecd9ede639cd1bb8f18c (patch)
tree3716eeada0a8d956e55e83b8722973e9b65740c8
parent136442f738c1cd243f2db2df3d4780b11b9eb483 (diff)
downloaddotfiles-25b057a916e8233f4d8aecd9ede639cd1bb8f18c.tar.gz
dotfiles-25b057a916e8233f4d8aecd9ede639cd1bb8f18c.zip
disabled hidden fils in "ll" bash alias
-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'