Skip to content

Instantly share code, notes, and snippets.

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
@rjcoelho
rjcoelho / kiex.rb
Created May 4, 2016 10:30
kiex homebrew formula
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