Skip to content

Commit dcf608c

Browse files
author
kernelsmith
committed
added comment as to why I changed the output format
added comment as to why I changed the output format of the alias command # add 'alias' in front of each row so that the output can be copy pasted into an rc file if desired
1 parent d73a000 commit dcf608c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/alias.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def cmd_alias(*args)
5454
'Postfix' => "\n",
5555
'Columns' => [ '', 'Alias Name', 'Alias Value' ]
5656
)
57+
# add 'alias' in front of each row so that the output can be copy pasted into an rc file if desired
5758
@aliases.each_pair do |key,val|
5859
tbl << ["alias",key,val]
5960
end

0 commit comments

Comments
 (0)