Merge pull request #103 from g0tmi1k/alias

Silence the "alias" command
This commit is contained in:
desaster
2014-05-31 00:10:05 +03:00

View File

@@ -299,6 +299,7 @@ commands['umask'] = command_nop
commands['set'] = command_nop
commands['unset'] = command_nop
commands['export'] = command_nop
commands['alias'] = command_nop
commands['/bin/bash'] = command_nop
commands['/bin/sh'] = command_nop
commands['/bin/kill'] = command_nop