Add tmux aliases
This commit is contained in:
parent
a7b4b583e4
commit
780686f185
2
common/bin/tdf
Executable file
2
common/bin/tdf
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
tmux new-session -s dotfiles -c "$DOTFILES_PATH"
|
2
common/bin/tls
Executable file
2
common/bin/tls
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
tmux list-sessions
|
Reference in a new issue