prezto/install

7 lines
135 B
Text
Raw Normal View History

#!/bin/bash
cd $HOME/.oh-my-zsh/runcoms/
for rcfile in z{shenv,shrc,login,logout}; do
cp -f $rcfile ~/.$rcfile
cat ~/.$rcfile
2012-08-20 00:22:09 +03:00
done