Revision 9f1d1fcf kamaki/cli/config.py

b/kamaki/cli/config.py
44 44

  
45 45
# Path to the file that stores the configuration
46 46
CONFIG_PATH = os.path.expanduser('~/.kamakirc')
47
HISTORY_PATH = os.path.expanduser('~/.kamaki.history')
47 48

  
48 49
# Name of a shell variable to bypass the CONFIG_PATH value
49 50
CONFIG_ENV = 'KAMAKI_CONFIG'
......
63 64
    },
64 65
    'history':{
65 66
        'cli': 'history_cli',
66
        'file':'.kamaki.history'
67
        'file':HISTORY_PATH
67 68
    },
68 69
    'store': {
69 70
        'cli': 'pithos_cli',

Also available in: Unified diff