Skip to content

sourcing .bashrc from within a script #74

@esagara

Description

@esagara

The .bashrc has a few lines of code that prevent sourcing it from a script. These lines are located at the top of the file and need to be commented out as follows:

# If not running interactively, don't do anything
#case $- in
#    *i*) ;;
#      *) return;;
#esac

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions