dotfiles/zsh
nirenjan 4497e4e3b1 Use command -v to check for presence of a command
With a fresh install of zsh on OSX Catalina, the which command returns
text in stdout even if there is no corresponding command. Replacing it
with `command -v` ensures that the test does not give a false positive.
2020-09-09 07:50:13 -07:00
..
aliases.zsh Move alias for ls into lscolors.zsh 2018-10-23 22:21:19 -07:00
completion.zsh Add Zsh config files 2018-10-19 15:45:51 -07:00
editing.zsh Add Zsh config files 2018-10-19 15:45:51 -07:00
gpg.zsh Wrap gpg snippet to ensure that the command is available 2020-09-09 07:49:26 -07:00
history.zsh Add Zsh config files 2018-10-19 15:45:51 -07:00
lscolors.zsh Use command -v to check for presence of a command 2020-09-09 07:50:13 -07:00
prompt.zsh Add virtualenv to prompt, if it exists 2019-02-25 20:55:07 -08:00