Files
dotfiles/.config
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-21 13:55:49 +01:00
2020-12-19 02:33:03 +01:00
2020-12-18 23:34:10 +01:00
2020-11-23 01:36:55 +01:00