From c4ea8c057fccd4783196f7b6b578afbb949f746f Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 20 Mar 2024 14:32:47 +0100 Subject: Move all code into new directory structure --- systems/aisaka/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 systems/aisaka/.bash_profile (limited to 'systems/aisaka/.bash_profile') diff --git a/systems/aisaka/.bash_profile b/systems/aisaka/.bash_profile new file mode 100644 index 0000000..37ea25c --- /dev/null +++ b/systems/aisaka/.bash_profile @@ -0,0 +1,2 @@ +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then . ~/.bashrc; fi -- cgit v1.2.3