Pass through shell environment variable

This commit is contained in:
Andrew R. M. 2025-05-12 23:24:15 -04:00
parent d487ade6f2
commit a6257ed7d1

View File

@ -1,5 +1,5 @@
# Defaults to using bash as the shell # Defaults to using bash as the shell
defshell bash defshell $SHELL
# Extend scrollback buffer # Extend scrollback buffer
defscrollback 100000 defscrollback 100000
# Disable startup message # Disable startup message