This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ZSH Tips by ZZapper | |
zzapper | |
Updated : 07Apr20 *N* Marks New *C* Corrected/Changed | |
zsh -f # start a "clean" version of zsh (without your startup files .zshrc .zsh*) | |
print $ZSH_VERSION | |
Tips Home | |
Daily ZSH Tip on Twitter *N* | |
ZSH TIPS on Twitter Archive | |
http://www.zsh.org/mla/ Searchable Mailing List Archive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Kiex < Formula | |
desc "Elixir version manager" | |
homepage "https://taylor.github.io/kiex/" | |
head "https://github.com/taylor/kiex.git" | |
bottle :unneeded | |
def install | |
bin.install "kiex" | |
end |