summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorGitea <gitea@fake.local>2023-11-02 16:37:53 -0400
committerGitea <gitea@fake.local>2023-11-02 16:37:53 -0400
commitf5730eb4136e56cadf51ae3395bf3aab6130131c (patch)
tree68672a352e5b658baa057f0b698840eb08192ef6 /.bash_profile
parent20a702bc9bf78d99d2c5c4c65697ce25e78d36d7 (diff)
added basic dotfiles for serverHEADmaster
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..f882443
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,5 @@
+if [ -z "$TMUX" ]; then
+ tmux attach -t lxf-remote || tmux new -s lxf-remote
+fi
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc