Open jiapei100 opened 1 year ago
You could start your ~/.fizshrc file by sourcing another file, for instance like this:
source /path/to/.bashrc
However, fizsh is based on zsh (and not on bash). So, your /path/to/.bashrc should not contain zsh incompatible code.
I would therefore directly define my aliases in my ~/.fizshrc file.
Happened to come across
fizsh
and would like to have a try... How can I add somels alias
forfizsh
?And, is it possible to
source .bashrc
FIRST before loading.fizsh
??Cheers