Connect to tmux on MAC
This commit is contained in:
@@ -54,9 +54,9 @@ export MANROFFOPT="-c"
|
|||||||
# Key bindings
|
# Key bindings
|
||||||
# bind '"\C-f":"tmux-sessionizer\n"'
|
# bind '"\C-f":"tmux-sessionizer\n"'
|
||||||
#
|
#
|
||||||
# if [[ $- =~ i ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_TTY" ]]; then
|
if [[ $- =~ i ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_TTY" ]]; then
|
||||||
# tmux attach-session -t 0|| tmux new-session -s 0
|
tmux attach-session -t 0|| tmux new-session -s 0
|
||||||
# fi
|
fi
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
# --------------------------------- Starship --------------------------------------
|
# --------------------------------- Starship --------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user