Add FreeBSD

This commit is contained in:
2020-01-21 04:06:23 +00:00
parent ac2edb0e8d
commit 2e37c0419b

3
.zshrc
View File

@@ -14,6 +14,9 @@ case "`uname`" in
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
STATARGS="-f %m"
;;
FreeBSD)
STATARGS="-f %m"
;;
*)
echo "Error! Unknown system `uname`"
exit 1