1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00

add ytdl to noglob list

This commit is contained in:
Connor Olding 2024-02-23 22:30:21 -08:00
parent 87f2774fae
commit 48ef5d6f0c

View File

@ -293,7 +293,7 @@ function {
for x in ack cd cp ebuild gcc gist grep ln man mkdir mv rm
alias $x="nocorrect ${aliases[$x][@]:-$x}"
for x in ai arith curl fc find ftp hex history let locate \
rsync scp sftp tw twitch wget yt-dlp yt ytg
rsync scp sftp tw twitch wget yt yt-dlp ytdl ytg
alias $x="noglob ${aliases[$x][@]:-$x}"
}