railsware / upterm

A terminal emulator for the 21st century.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell behaviour

ghostkadost opened this issue · comments

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.

Duplicate of #1215?