diff options
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"' |