#This is a global moshellrc file, it is read before the user's .moshellrc file
#The user's .moshellrc settings take precedence over the settings in the global moshellrc
#The global moshellrc is only meaningful for multi-user installations.
#If any moshell user variables or aliases need to be applied to all users running on a common moshell installation they should be put here instead of the moshell file in order to not get overwritten at the next moshell upgrade

#User variables settings (examples)
prompt_highlight=1              #See info in moshell file
set_window_title=1              #See info in moshell file

#Aliases examples:
alias ter te log read
alias tec te log clear
alias llc llog -c
alias ll llog
alias lll llog -l
alias err te log read |grep ERROR:
