Package hsh :: Module aliases
[hide private]
[frames] | no frames]

Module aliases

Classes [hide private]
  AliasManager
A singleton which is the central point for searching and modifying aliases.
Variables [hide private]
  manager = {'info': 'info #exclusive', 'quit': 'exit', 'sudo': ...
  __package__ = 'hsh'
Variables Details [hide private]

manager

Value:
{'info': 'info #exclusive', 'quit': 'exit', 'sudo': 'sudo #exclusive',\
 'jobs': 'hsh_view RunningJobs', 'python': 'python #pty', 'top': 'top \
#pty', 'gpg': 'gpg #exclusive', 'sh': 'zsh #pty', 'logout': 'exit', 's\
sh': 'ssh #exclusive', 'aptitude': 'aptitude #exclusive', 'bye': 'exit\
', 'history': 'hsh_view CommandHistory'}