From 6523d45db2e04f44fb4009ca8549d56226559f8c Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Thu, 6 Aug 2020 15:07:11 -0700 Subject: [PATCH] Added /snap/bin to PATH --- rc/set_path | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/set_path b/rc/set_path index b9b6ed3..c44ae6d 100644 --- a/rc/set_path +++ b/rc/set_path @@ -110,6 +110,7 @@ path_dirs="$path_dirs\ /usr/ucb\ /opt/ssh/bin\ /tools/bin\ + /snap/bin\ $systemroot/System32\ $systemroot\ " -- 2.17.1