diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2008-12-29 23:11:03 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2008-12-29 23:11:03 -0500 |
| commit | 3d02771f3e2376cd459e9a4d0edf2ff0c0f22b2c (patch) | |
| tree | 3707e61e8d25b7a24ff2f4719cacd1dd0423865c /base | |
| parent | 273ddf63d4f57ec9b4d5aedfcfefdf17c8ec1122 (diff) | |
| download | fedora-devshell-3d02771f3e2376cd459e9a4d0edf2ff0c0f22b2c.tar.gz fedora-devshell-3d02771f3e2376cd459e9a4d0edf2ff0c0f22b2c.tar.xz fedora-devshell-3d02771f3e2376cd459e9a4d0edf2ff0c0f22b2c.zip | |
Some profile stuff
Diffstat (limited to 'base')
| -rw-r--r-- | base/vars.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/vars.py b/base/vars.py index 1e8ec20..5eddfeb 100644 --- a/base/vars.py +++ b/base/vars.py @@ -7,4 +7,7 @@ FEDORA_DIR = join(expanduser('~'), 'code') DEVSHELL_DIR = join(expanduser('~'), '.devshell') header = lambda x: "%s %s %s" % ('=' * 2, x, '=' * (76 - len(x))) -prompt = ['\033[34;1mfedora\033[0m']
\ No newline at end of file +prompt = ['\033[34;1mfedora\033[0m'] + +orig_src_dir = '_orig' +haskell_compiler = 'ghc' |
