diff options
author | xyz <gky44px1999@gmail.com> | 2022-09-13 20:51:43 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-09-13 20:51:43 -0700 |
commit | 6dc35eec460b41e5eb6c18b1bad09dbda9fcc3ee (patch) | |
tree | bbacb1d385e8c82dbd1d7848c7051ed72dbd2f02 /home/xyz/.bashrc | |
parent | a21302d26253351e296a9df01698cd2375bc1ffe (diff) |
alias lpg
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index aa510897..0084a006 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -72,6 +72,7 @@ alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h" alias g=git alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' +alias lpg='loop ping github.com' alias m=man # temporary solution alias op='o "$PWD"' |