]> git.phdru.name Git - dotfiles.git/commit
.bashrc: Invert conditions
authorOleg Broytman <phd@phdru.name>
Mon, 16 Oct 2023 14:06:29 +0000 (17:06 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 16 Oct 2023 14:36:40 +0000 (17:36 +0300)
commitc2d9c40162f6150df57a3160865bd8f3ae7baad3
treec4a71792a0a4c858b510c8dd45905249a8a22beb
parentbf0ecd4cdb1fc128d756f65e9d1e6f5cf2202181
.bashrc: Invert conditions

`! has_completion $cmd &&` -> `has_completion $cmd ||`
.bashrc