summaryrefslogtreecommitdiff
path: root/systems/aisaka/.bash_profile
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2024-03-20 14:32:47 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-20 14:32:47 +0100
commitc4ea8c057fccd4783196f7b6b578afbb949f746f (patch)
tree5f88ff6e18ed0017b08fc7925a53036b76f39f77 /systems/aisaka/.bash_profile
parentee33087568827e7d5434d302b12196fc358027fa (diff)
Move all code into new directory structure
Diffstat (limited to 'systems/aisaka/.bash_profile')
-rw-r--r--systems/aisaka/.bash_profile2
1 files changed, 2 insertions, 0 deletions
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