I'm not able to access any of my bash aliases when using sysutils/screen. Do I need to move them to a different file, or is there a config setting I need to use?
My bash aliases currently reside in my /home/.bash_profile file.
Screen is using bash as a shell.
	
	
	
		
				
			My bash aliases currently reside in my /home/.bash_profile file.
Screen is using bash as a shell.
		Code:
	
	[localhost ~]$ screen
GNU Screen version 4.06.02 (GNU) 23-Oct-17
...
...
[localhost]$ echo $SHELL
/usr/local/bin/bash
[localhost]$ alias
[localhost]$