Update bashrc

I used your script and it broke my Snap Hugo static website generator command line tool. I reviewed this a little and I added the additional path to the script. This seemed to resolve my problems regarding snap command line tools (Hugo). 

I could not find a place to submit an issue on your Github, so I just done a quick commit. 

If you choose to accept hopfully this will resolve the problem. 

I am not expert in these types of scripts so please ignore commit if not required. 

Thanks for the videos. 

What I was running additional details:
Kubuntu 18.04
Snap - Hugo

Kind Regards,
Paul Serafini
This commit is contained in:
Paulser 2019-03-15 00:09:05 +00:00 committed by GitHub
parent cc3981295d
commit 76b9f013e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,3 +129,6 @@ if ! shopt -oq posix; then
. /etc/bash_completion . /etc/bash_completion
fi fi
fi fi
# Added Path for Snap package Command Line Tools
PATH=$PATH:/snap/bin