summaryrefslogtreecommitdiff
path: root/.config/.bashrc
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-08-16 10:07:43 +0500
committerpryazha <pryadeiniv@mail.ru>2025-08-16 10:07:43 +0500
commit5c0256800f0ef28701463720db72615c07e5f86e (patch)
tree5f014f7bee1bd3c814a2fdd5701119b1112ed1b7 /.config/.bashrc
parent51b7f5da2465e31026a44080b7f5d022a9ad7776 (diff)
some changes
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