disable z() if fasd is enabled
authorErich Smith <heartquest@gmail.com>
Sun, 13 May 2012 12:35:30 +0000 (08:35 -0400)
committerErich Smith <heartquest@gmail.com>
Mon, 14 May 2012 02:13:54 +0000 (22:13 -0400)
commit8051a8520e436dd11e96cbaf04f1957302d526fc
tree7c8ea49e93ec31cfb6a9b5800d8171e2fc8ac6e1
parent55e77deac19ce82831a7d873d8459b0bfb59391e
disable z() if fasd is enabled

loading fasd clobbers z(), and results in a cryptic syntax error
message, since 'z' is already an alias when z.plugin.bash is being
sourced.

this conditional detects this situation and returns early.
plugins/available/z.plugin.bash