/ dot_mkshrc
dot_mkshrc
 1  . "$XDG_CONFIG_HOME/shells/polyglot.sh" || \
 2      echo "$XDG_CONFIG_HOME/shells/polyglot.sh not found!"
 3  
 4  . "$XDG_CONFIG_HOME/shells/functions.sh" || \
 5      echo "$XDG_CONFIG_HOME/shells/functions.sh not found!"
 6  
 7  . "$XDG_CONFIG_HOME/shells/aliases.sh" || \
 8      echo "$XDG_CONFIG_HOME/shells/aliases.sh not found!"
 9  
10  stty -ixon