aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-macos-12-x86_64/03-bashprofile.sh
blob: 4eed8433b6cb670a491a75908f88a923ec8e8af0 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh
#Copyright (C) 2023 The Qt Company Ltd
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

set -ex

# Read .bashrc if exist
printf -- "# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n        . ~/.bashrc\nfi\n" >> ~/.bash_profile