mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Prune without prompting.
This commit is contained in:
@@ -209,10 +209,10 @@ function echo_pref {
|
||||
|
||||
function cleanup {
|
||||
# Needs zsh
|
||||
/usr/bin/zsh 2>/dev/null <<EOF
|
||||
/usr/bin/zsh >/dev/null 2>&1 <<EOF
|
||||
source ${BASEDIR}/dotfiles/zshrc.d/prune-broken-symlinks.zsh
|
||||
prune-broken-symlinks ${HOME}/.zshrc.d
|
||||
prune-broken-symlinks ${HOME}/bin
|
||||
prune-broken-symlinks -y ${HOME}/.zshrc.d
|
||||
prune-broken-symlinks -y ${HOME}/bin
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user