diff --git a/shell/.profile b/shell/.profile index 5a6f204..15a3d29 100644 --- a/shell/.profile +++ b/shell/.profile @@ -24,5 +24,9 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi +if [ -d "/snap/bin" ]; then + PATH="$PATH:/snap/bin" +fi + export VISUAL=vim export EDITOR="$VISUAL"