diff --git a/zsh/.zshrc b/zsh/.zshrc index cfaa528..2a0a053 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -134,9 +134,11 @@ export LIBVIRT_DEFAULT_URI="qemu:///system" alias ls="ls --color=always" +if [ "$shared_config" -eq 0 ]; then # Use safecp/safemv from the tools-repo when available (( $+commands[safecp] )) && alias cp=safecp (( $+commands[safemv] )) && alias mv=safemv +fi delzip() { unzip -Z -1 "$@" | xargs -I{} rm -rf {}