]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
zsh/rc: replace useless && after autoload with ;
authorSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 17:41:46 +0000 (18:41 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 16 Mar 2014 17:41:46 +0000 (18:41 +0100)
commitaffb82dea5fa3f866774437e21cf2ff443923615
tree6bc4285ed4b1d10e3461b70fbd3243cea5685ca3
parentf2df0b785d347bb35b06ba9943cea380c1ac7637
zsh/rc: replace useless && after autoload with ;

autoload always returns true.
zsh/rc