aboutsummaryrefslogtreecommitdiff
path: root/bashrc
blob: 1d0047cbc1ab91dd6c57a9b07264d8bdd5cb666e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: CC0-1.0

# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#
# Available under the terms of Creative Commons Zero v1.0 Universal.

if [ -r /etc/bash.bashrc ]; then
    source /etc/bash.bashrc
fi

if [ -r ~/.bashrc ]; then
    source ~/.bashrc
fi

export PS1="$PS1($HYDRILLA_SHELL_NAME)\$ "