From 51e8684012695d9ae91f580d89ade210e9fc0e20 Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Mon, 23 Jun 2025 13:25:19 +0530 Subject: [PATCH] Update --- home/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.profile b/home/.profile index dfc91a5..e912a8f 100755 --- a/home/.profile +++ b/home/.profile @@ -13,7 +13,7 @@ if test -z "$USER_PROFILEREAD"; then PATH="$HOME/.linuxbrew/bin:$PATH"; PATH="$HOME/.local/bin:$HOME/bin:$PATH" PATH="$PATH:$HOME/.local/Apps/flutter/bin" - PATH="$PYENV_ROOT/bin:$PATH" + # PATH="$PYENV_ROOT/bin:$PATH" export PATH export DENO_INSTALL="$HOME/.deno" @@ -37,4 +37,4 @@ if [ -n "$BASH_VERSION" -a -n "$PS1" ]; then . "$HOME/.bashrc" fi fi -. "$HOME/.deno/env" \ No newline at end of file +. "$HOME/.deno/env"