Add tmux socket method

Co-authored-by: AmirMohammad Jahangirzad <a.jahangirzad@spara.ir>
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Amir Mohammad Jahangirzad
2023-11-22 23:49:31 +03:30
committed by GitHub
parent 8d683fbec4
commit f074bc8c76

View File

@@ -7,6 +7,9 @@ functions:
tmux -f $LFILE
shell:
- code: tmux
- description: Provided to have enough permissions to access the socket.
code: |
tmux -S /path/to/socket_name
sudo:
- code: sudo tmux
---