first commit
This commit is contained in:
7
.bash_profile
Normal file
7
.bash_profile
Normal file
@@ -0,0 +1,7 @@
|
||||
if [ -n "$TMUX" ]; then
|
||||
# called inside tmux session, do tmux things
|
||||
. ~/.profile
|
||||
|
||||
fi
|
||||
# Trigger ~/.bashrc commands
|
||||
. ~/.bashrc
|
||||
Reference in New Issue
Block a user