diff options
author | xyz <gky44px1999@gmail.com> | 2021-05-08 18:21:45 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-05-08 18:21:45 -0700 |
commit | 1a7b9b513a9042a5a6ccd12d79655733beab62ee (patch) | |
tree | 89ce8e682c130bddbb951a436de7aa716f03282e /.bashrc | |
parent | d8b358a8feef285e19573791d8a8c9ecfb984c63 (diff) |
ls -lah alias to ll instead of ls
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |