summary refs log tree commit diff stats
path: root/ranger/container/commandlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/container/commandlist.py')
-rw-r--r--ranger/container/commandlist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/container/commandlist.py b/ranger/container/commandlist.py
index 302564c9..95a9c1b6 100644
--- a/ranger/container/commandlist.py
+++ b/ranger/container/commandlist.py
@@ -134,6 +134,7 @@ class CommandList(object):
 
 		obj = AliasedCommand(_make_getter(self.paths, existing), new)
 
+		self.commandlist.append(obj)
 		for key in new:
 			self.paths[key] = obj