Add OpenBSD
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -14,9 +14,12 @@ case "`uname`" in
|
|||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
STATARGS="-f %m"
|
STATARGS="-f %m"
|
||||||
;;
|
;;
|
||||||
|
OpenBSD)
|
||||||
|
STATARGS="-f %m"
|
||||||
|
;;
|
||||||
FreeBSD)
|
FreeBSD)
|
||||||
STATARGS="-f %m"
|
STATARGS="-f %m"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Error! Unknown system `uname`"
|
echo "Error! Unknown system `uname`"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user