Guest User

Untitled

a guest
Feb 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Configuration
  2. shellconf = {}
  3. shellconf['dirs'] = {}
  4. shellconf['files'] = {}
  5. shellconf['vars'] = {}
  6.  
  7. # Directories
  8. shellconf['dirs']['home'] = ENV['HOME']
  9. shellconf['dirs']['home'] = '/home/robin/programmas/ruby/projects/kitos/shell'
  10. shellconf['dirs']['kitdir'] = shellconf['dirs']['home'] + '/.kit'
  11.  
  12. # Files
  13. shellconf['files']['rc'] = shellconf['dirs']['kitdir'] + '/kitshellrc'
  14.  
  15. # Default configuration
  16. shellconf['vars']['prompt'] = '>> '
  17. shellconf['vars']['debug'] = true
Add Comment
Please, Sign In to add comment