Skip to content
Snippets Groups Projects
Commit ac5e66c7 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

moves zsh to parent.

parent 9e47bb22
No related branches found
No related tags found
No related merge requests found
#!/bin/zsh
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment