I have the following in my .screenrc
source ~/bin/Screen/multiUserSettings
It gives me
No such file or directory
although I have it.
The following code says me that unknown command ".".
. ~/bin/Screen/multiUserSettings
It is strange, since I can source by . in .vimrc and .zshrc, for instance.
The file multiUserSettings
# allow the following people full control
addacl root,aledesma,mymanager,mycoworker1,mycoworker2
aclchg aledesma +rwx ?#??
# allow everyone readonly access
aclchg *,!aledesma -rwx ?#??
# setup 10,000 lines of available scrollback ? copy/paste
defscrollback 10000
# fix scrollback in putty
termcapinfo xterm* ti@:te@
How can you source in .screenrc?