summaryrefslogtreecommitdiff
path: root/dotfiles/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.bashrc')
-rw-r--r--dotfiles/.bashrc2
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 ..'