summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-06-16 22:45:16 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-07-02 19:35:53 -0700
commitd6d42be093f95b4041d8d4275cf3c5ca9291b293 (patch)
tree8019762782b9646fd16681941c651439f18ad362 /home
parent456c7327c60329cf924e7b3a42406873aae25b2a (diff)
update
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index d2c6721d..26387d28 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -76,6 +76,7 @@ alias d='\sdcv --color'
# https://superuser.com/a/1202867
alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h"
alias g=git
+alias gcd='git clone --depth=1'
alias gr='\grep --color=auto -i'
alias grr='\grep --color=auto -iIR'
alias h=htop