Including/Importing aliases and functions for both bash and zsh
Posted
by blueblank
on Stack Overflow
See other posts from Stack Overflow
or by blueblank
Published on 2010-05-19T14:59:22Z
Indexed on
2010/05/19
15:00 UTC
Read the original article
Hit count: 129
I have a directory of functions and aliases I'd like to include for both bash and zsh terminal invocations (So I don't need to put every function and alias into every separate script and to facilitate organization/tidying of .rc files)
What I've tried so far hasn't worked. Just setting this out for further suggestions.
© Stack Overflow or respective owner