.dots/zsh/zshrc

11 lines
190 B
Bash
Raw Normal View History

2024-08-28 15:22:02 +02:00
#!/usr/bin/env zsh
# author: Daniel Sommer <daniel.sommer@velvettear.de>
# license: MIT
2024-09-19 17:44:43 +02:00
# share zsh history
setopt SHARE_HISTORY
2024-08-28 15:22:02 +02:00
# exit if user is not root
[[ "$EUID" != "0" ]] && return