summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-06-16 22:45:16 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-06-16 22:45:16 -0700
commitb856881f67cf6fdbaa4715d6d8d1b0fed993950d (patch)
tree53f5a9f0c9d2b42d788cb4b9d70c535615f91c62 /home/xyz/.bashrc
parentf679b4be41aa6fbf307936bf4cfdecef8d63cff4 (diff)
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index d20507ed..c0dca4e3 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