dotfiles/home-manager/modules/bash/bash_profile
main c6f5283d76
Makes bash load .bashrc on SSH login
Signed-off-by: main <magic_rb@redalder.org>
2022-11-10 22:37:55 +01:00

8 lines
158 B
Bash

#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
#
# SPDX-License-Identifier: LGPL-3.0-or-later
source $HOME/.bashrc