Compare commits
2 Commits
fea7f9f1e9
...
6514c8a319
| Author | SHA1 | Date | |
|---|---|---|---|
| 6514c8a319 | |||
| 5558c0e30b |
@@ -64,3 +64,8 @@ eval "$(pyenv init - zsh)"
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
# Attach to or create tmux session 'moshi' if tmux is installed and not already inside tmux
|
||||
if command -v tmux &>/dev/null && [ -z "$TMUX" ]; then
|
||||
tmux new-session -As moshi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user