sofasurfer
Active Member
Here is my alias
I put it in the .bashrc file. When I run $ source ~/.bashrc I get
Where is my problem?
Code:
alias vidlplaylist='echo -n "enter url: " && read url && echo -e "$(date)" "${url}\n" >> ~/vidl-history && cd Downloads; yt-dlp --ffmpeg-location /usr/bin $url'
I put it in the .bashrc file. When I run $ source ~/.bashrc I get
Code:
$ source ~/.bashrc
bash: /home/daryl/.bashrc: line 137: unexpected EOF while looking for matching `''
bash: /home/daryl/.bashrc: line 138: syntax error: unexpected end of file
Where is my problem?