Skip to content

Commit

Permalink
lg with support for more opts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Mar 8, 2024
1 parent c4c9efe commit b132620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shells/0xMF/pleasure.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ alias http-serve="serve"

alias ll='0xMF-ll'
alias llr='0xMF-llr'
alias lg='0xMF-lg'


function 0xMF-cal {
Expand All @@ -83,6 +84,9 @@ function 0xMF-cal {
}
alias cal='0xMF-cal'

function 0xMF-lg {
ls -g "$@" | awk '!/total/{$2=$3="\b"; print $0}'
}

function 0xMF-llr {
if [ -z "$1" ]; then
Expand Down

0 comments on commit b132620

Please sign in to comment.