summaryrefslogtreecommitdiff
path: root/.config/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/.bashrc')
-rw-r--r--.config/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/.bashrc b/.config/.bashrc
index 5125b22..1105efe 100644
--- a/.config/.bashrc
+++ b/.config/.bashrc
@@ -11,6 +11,7 @@ EDITOR='vim'
LOGDIR='~/log'
alias log="${EDITOR} ${LOGDIR}/`date +%d_%m_%Y`"
+alias ls="ls --color"
if command -v startx >/dev/null 2>&1 ; then
if [[ -z $DISPLAY ]] && [[ $(tty) = "/dev/tty1" ]]; then