Skip to content
Snippets Groups Projects
Select Git revision
  • 9e47bb22beccb327cebcf2a419a003ce1982119b
  • develop default protected
  • master
3 results

initzsh.sh

Blame
  • initzsh.sh 158 B
    #!/bin/zsh
    setopt EXTENDED_GLOB
    for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
      ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
    done