diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-16 22:45:16 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-02 19:04:21 -0700 |
commit | 150910f3f3a6704b3b45803cbf79543f494eee37 (patch) | |
tree | 884cd2d4319a1c6ac5178e407f32ebcbc584be4d /home/xyz | |
parent | a9be80f9b33fee76ad4d49997523c0b986167a82 (diff) |
update
Diffstat (limited to 'home/xyz')
-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 6887368f..5decac9c 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 |