1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +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

@ -22,6 +22,7 @@ alias \
gst='git stash' \ gst='git stash' \
hx='helix' hx='helix'
alias gcl='git clone'
alias history='fc -l 0' alias history='fc -l 0'
alias ytdlp='yt-dlp `xclip -o`' alias ytdlp='yt-dlp `xclip -o`'
alias 'sudo -i'='sudo su -' alias 'sudo -i'='sudo su -'