Aliases categories/groups #10828
-
|
I have used the aliases plugin to use the Is it posible to create a custom plugin Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The aliases plugin automatically groups aliases by the command, or else it puts them in the alias juanitoddd=''
alias alias1='juanitoddd ls -l'
alias alias2='juanitoddd cd /root'
alias alias3='juanitoddd pwd' |
Beta Was this translation helpful? Give feedback.
The aliases plugin automatically groups aliases by the command, or else it puts them in the
_defaultgroup if there are no other aliases for the same command. It's not made to customize the output, but a hacky way to do that is to define an alias that does nothing (alias custom_group='') and use that as the first part of your aliases: