diff --git a/zsh/zshrc b/zsh/zshrc index 379a8fd..2291098 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -3,5 +3,8 @@ # author: Daniel Sommer # license: MIT +# share zsh history +setopt SHARE_HISTORY + # exit if user is not root [[ "$EUID" != "0" ]] && return