tmux: Initial config
This commit is contained in:
3
.config/fish/functions/tmx.fish
Normal file
3
.config/fish/functions/tmx.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function tmx --description 'Attach to a tmux session, creating it if needed'
|
||||
tmux new-session -A -s $argv[1]
|
||||
end
|
||||
Reference in New Issue
Block a user