Removed hardcoded values.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
tmate -S /tmp/$USER.$USER.tmate new-session -s james -n james -d
|
||||
tmate -S /tmp/$USER.$USER.tmate set-window-option -t james automatic-rename off
|
||||
tmate -S /tmp/$USER.$USER.tmate set-window-option -t james allow-rename off
|
||||
tmate -S /tmp/$USER.$USER.tmate new-session -s $USER -n $USER -d
|
||||
tmate -S /tmp/$USER.$USER.tmate set-window-option -t $USER automatic-rename off
|
||||
tmate -S /tmp/$USER.$USER.tmate set-window-option -t $USER allow-rename off
|
||||
|
||||
Reference in New Issue
Block a user