Started the effort, but want to move gitenv and other shell functions to .config/zsh/zfunc or similar. I have already updated fpath, but can't seem to get them to run. You can check to see functions have loaded by print -l ${(ok)functions[(I)[^_]*]}.
Other functions I want to add:
- if containerd, create an alias for docker
Started the effort, but want to move gitenv and other shell functions to .config/zsh/zfunc or similar. I have already updated fpath, but can't seem to get them to run. You can check to see functions have loaded by
print -l ${(ok)functions[(I)[^_]*]}.Other functions I want to add: