From 76b9f013e03558329a8465943ce76b929a598a58 Mon Sep 17 00:00:00 2001 From: Paulser Date: Fri, 15 Mar 2019 00:09:05 +0000 Subject: [PATCH] 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 --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 1710080..7326ce4 100644 --- a/.bashrc +++ b/.bashrc @@ -129,3 +129,6 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +# Added Path for Snap package Command Line Tools +PATH=$PATH:/snap/bin