@ -32,7 +32,7 @@ if [ -d "$HOME/bin" ]; then
export PATH="$HOME/bin:$PATH"
fi
if [ -d "$HOME/.local/bin"]; then
if [ -d "$HOME/.local/bin" ]; then
export PATH="$HOME/.local/bin:$PATH"