Add tmux config and replace zellij with tmux in zshrc.
Zhrc also has some light refactoring, and has added a zsh local file which gets sourced if it exists, useful for adding local environment variables
This commit is contained in:
parent
6ebb641656
commit
d094fce66d
6 changed files with 186 additions and 6 deletions
5
home/.config/tmux/tmux-create-session.sh
Executable file
5
home/.config/tmux/tmux-create-session.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
|
||||
session_name=$1
|
||||
tmux new-session -d -s $session_name
|
||||
tmux switch-client -t $session_name
|
||||
Loading…
Add table
Add a link
Reference in a new issue