mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Install script gets zsh as needed.
This commit is contained in:
@@ -205,9 +205,12 @@ function echo_pref {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function cleanup {
|
function cleanup {
|
||||||
|
# Needs zsh
|
||||||
|
/usr/bin/zsh 2>/dev/null <<EOF
|
||||||
source ${BASEDIR}/dotfiles/zshrc.d/prune-broken-symlinks.zsh
|
source ${BASEDIR}/dotfiles/zshrc.d/prune-broken-symlinks.zsh
|
||||||
prune-broken-symlinks ${HOME}/.zshrc.d
|
prune-broken-symlinks ${HOME}/.zshrc.d
|
||||||
prune-broken-symlinks ${HOME}/bin
|
prune-broken-symlinks ${HOME}/bin
|
||||||
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user