diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-04-02 12:18:22 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-04-02 12:18:22 +0200 |
commit | 25b057a916e8233f4d8aecd9ede639cd1bb8f18c (patch) | |
tree | 3716eeada0a8d956e55e83b8722973e9b65740c8 | |
parent | 136442f738c1cd243f2db2df3d4780b11b9eb483 (diff) | |
download | dotfiles-25b057a916e8233f4d8aecd9ede639cd1bb8f18c.tar.gz dotfiles-25b057a916e8233f4d8aecd9ede639cd1bb8f18c.zip |
disabled hidden fils in "ll" bash alias
-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' |