X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/34a97107375f3df8bb0562c40b6cd71618be483c..d347813e13f2a3d3151955466800497d184048fe:/.zsh/zshrc/99-getpw-override diff --git a/.zsh/zshrc/99-getpw-override b/.zsh/zshrc/99-getpw-override index 1673631..4673014 100644 --- a/.zsh/zshrc/99-getpw-override +++ b/.zsh/zshrc/99-getpw-override @@ -1,4 +1,4 @@ -unalias getpw +unalias getpw 2>/dev/null getpw() { if ! pass -c "$@"; then if old-getpw "$@"; then