Skip to content

Commit 3b5f8c0

Browse files
begin-againCopilot
andauthored
Update src/prompt.sh
Co-authored-by: Copilot <[email protected]>
1 parent 245b63c commit 3b5f8c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/prompt.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ Date="\d"
3434
get_symlink_basename() {
3535
# Check if NVM_SYMLINK is set
3636
if [ -z "$NVM_SYMLINK" ]; then
37-
echo "NVM_SYMLINK is not set."
38-
return 1
37+
return
3938
fi
4039

4140
# Get the actual target path of the symlink

0 commit comments

Comments
 (0)