1
0
Fork 0
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:
Luna 2024-03-01 21:23:40 +01:00
parent 94f911ef27
commit 913f8062fb

View file

@ -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 -'