mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-12 05:40:17 +00:00
add git clone alias
This commit is contained in:
parent
94f911ef27
commit
913f8062fb
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@ alias \
|
|||
gres='git restore' \
|
||||
gs='git status' \
|
||||
gst='git stash' \
|
||||
hx='helix'
|
||||
hx='helix'
|
||||
|
||||
alias gcl='git clone'
|
||||
alias history='fc -l 0'
|
||||
alias ytdlp='yt-dlp `xclip -o`'
|
||||
alias 'sudo -i'='sudo su -'
|
||||
|
|
Loading…
Add table
Reference in a new issue