summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-05-08 18:21:45 -0700
committerxyz <gky44px1999@gmail.com>2021-05-08 18:21:45 -0700
commit1a7b9b513a9042a5a6ccd12d79655733beab62ee (patch)
tree89ce8e682c130bddbb951a436de7aa716f03282e /.bashrc
parentd8b358a8feef285e19573791d8a8c9ecfb984c63 (diff)
ls -lah alias to ll instead of ls
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 954c3a74..c9cf8a69 100644
--- a/.bashrc
+++ b/.bashrc
@@ -5,7 +5,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
-alias ls='ls -lah --color=auto'
+alias ll='ls -lah --color=auto'
PS1='[\u@\h \W]\$ '
alias cfgc='/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME'