From 1a7b9b513a9042a5a6ccd12d79655733beab62ee Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 8 May 2021 18:21:45 -0700 Subject: ls -lah alias to ll instead of ls --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3-70-g09d2