osx - For Oh-My-ZSH, where do I put UNIX commands I want to executed when a new instance is started -
i want have set -o vi
run on every instance of iterm window. know there file can add to, im not sure one.
set -o vi
equivilent bindkey -v
, way i'd enable particular option.
as zsh
options, can put in zsh startup files
(ie, ~/.zshrc
). use of oh-my-zsh
not inhibit ability use ~/.zshrc
yourself.
Comments
Post a Comment