#1315·upterm

Shell behaviour

Author: ghostkadostCreated Sep 18, 2018Updated Mar 9, 2019

This is more of a question than an issue.

I see the output of SHELL environment variable is bash

echo $SHELL
/usr/local/bin/bash   

and yet I don't think .bashrc is read. Also cannot execute the following commands

source .bashrc
Cannot read property 'length' of undefined  

. .bashrc
Upterm: command "." not found.   

Apologies if this has been already answered or is not even the goal of this project.