Files
dotfiles/.config/zsh/zshrc.d
druckdev a440e8b61e zsh: Use dictionary for command existence check
Use the `commands` dictionary from zsh instead of always calling
`command`.

Regex used:
s/command -v \([^ ]*\) &>\/dev\/null/(( $+commands[\1] ))/g
2020-12-28 02:58:46 +01:00
..
2020-12-23 20:10:21 +01:00
2020-11-10 02:58:22 +01:00
2020-11-10 02:58:22 +01:00