]> git.donarmstrong.com Git - zsh.git/blob - .zsh/util
newline in TS prompt
[zsh.git] / .zsh / util
1 # util
2 #
3 # Miscellaneous utility functions
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 is_root() {
12   test ${EUID:?} -eq 0
13 }
14
15 # vim:ft=zsh