bashrc.local
* Make a '.bashrc.local' file in your home directory with user specific aliases or shell variables
This commit is contained in:
8
.bashrc
8
.bashrc
@@ -50,7 +50,11 @@ if [ -d "$HOME/bin/Fiji.app" ]; then
|
||||
fi
|
||||
|
||||
#source custom user aliases
|
||||
if [[ -e $HOME/.myconfig ]]; then
|
||||
source $HOME/.myconfig
|
||||
if [[ -e $HOME/.bashrc.local ]]; then
|
||||
source $HOME/.bashrc.local
|
||||
fi
|
||||
|
||||
# if [[ -z "$TMUX" ]] && [ "$SSH_CONNECTION" != "" ]; then
|
||||
# tmux attach-session -t ssh_tmux || tmux new-session -s ssh_tmux
|
||||
# fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user