Files
Phraseanet/docker/builder/root/bootstrap/entrypoint.d/zshrc.sh
2020-03-12 12:26:10 +01:00

8 lines
116 B
Bash

#!/bin/bash
ZSH_FILE="$HOME/.zshrc"
if [ ! -f "$HOME/.zshrc" ]; then
cp "/bootstrap/.zshrc" "$HOME/.zshrc"
fi