summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2008-12-29 23:11:03 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2008-12-29 23:11:03 -0500
commit3d02771f3e2376cd459e9a4d0edf2ff0c0f22b2c (patch)
tree3707e61e8d25b7a24ff2f4719cacd1dd0423865c /base
parent273ddf63d4f57ec9b4d5aedfcfefdf17c8ec1122 (diff)
downloadfedora-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.py5
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'