1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 18:38:00 +00:00

[Fix #188] Use basename when copying templates

This commit is contained in:
Sorin Ionescu 2012-06-08 12:34:51 -04:00
parent ed8609f17a
commit 3ca1293792

View File

@ -23,7 +23,7 @@ version is 4.3.10.
templates provided:
for rcfile in ~/.oh-my-zsh/templates/z{shenv,shrc,login,logout}; do
cp -f "${rcfile}" "${HOME}/.${rcfile}"
cp -f $rcfile ~/.$rcfile:t
done
4. Set Zsh as your default shell: