diff options
| -rw-r--r-- | dotfiles/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 44dba22..b770827 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -38,7 +38,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo alias grep='grep --color=auto' alias ll='ls -alF --color=auto' -alias la='ls -A --color=auto' +alias la='ls -Al --color=auto' alias ls='ls -CF --color=auto' alias s='cd ..' |
