diff options
author | Gitea <gitea@fake.local> | 2023-11-02 16:37:53 -0400 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2023-11-02 16:37:53 -0400 |
commit | f5730eb4136e56cadf51ae3395bf3aab6130131c (patch) | |
tree | 68672a352e5b658baa057f0b698840eb08192ef6 /.bash_profile | |
parent | 20a702bc9bf78d99d2c5c4c65697ce25e78d36d7 (diff) |
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 5 |
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 |