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