I have experimented with the $_ZL_CD variable to no avail. I would like if z.lua could support a post command hook, so that it automatically runs a command after changing dir.
In my .zshrc I have alias cd='clear; cd $@; ls'
That way, I am always told what is in the dir I am switching to.
First of all, thank you for a really nice plugin!
I have experimented with the
$_ZL_CD
variable to no avail. I would like if z.lua could support a post command hook, so that it automatically runs a command after changing dir.In my .zshrc I have
alias cd='clear; cd $@; ls'
That way, I am always told what is in the dir I am switching to.