-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Desired behaviour
When I create the following alias inside a desk:
# Tmux shortcut
alias t="tmux"And add, to the same desk, the following function:
# Do something cool
function tns() {
...
}I would to receive the following output when type desk (with the desk loaded)
global - Common shared configurations
t Tmux shortcut
tns Do something cool
Actual behaviour
When I do that, I receive:
global - Common shared configurations
t Tmux shortcut
# Do something cool Do something cool
tns Do something cool
Aditional info
I've noticed that this only happens with aliases that has a high similarity with functions.
For example, I have a k alias and a kl alias. This won't happen. But if I have a k alias and a kl function this happens.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels