-
Is it possible to run a custom function defined on .zshrc or .bashrc as the command to run when creating a new pane? Example: Suppose you have the following function inside your .zshrc: ...
function my_custom_function() {
# do something
}
... And the following layout defined:
When I try to do this I get the following error message: Command not found: my_custom_function
If you were including arguments as part of the command, try including them as 'args' instead. |
Beta Was this translation helpful? Give feedback.
Answered by
gohoyer
Nov 15, 2022
Replies: 1 comment
-
I`ve figured out how to do it reading this issue.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gohoyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I`ve figured out how to do it reading this issue.