Restructuring the repo
This commit is contained in:
parent
21e3cf65e6
commit
3d67598c27
45 changed files with 368 additions and 77 deletions
10
misc/sweechat
Executable file
10
misc/sweechat
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/zsh
|
||||
if [[ "$1" == "-S" ]]; then
|
||||
shift
|
||||
server=${1};
|
||||
shift
|
||||
else
|
||||
server="qwerty";
|
||||
fi
|
||||
|
||||
exec alacritty -t Weechat -e tmux new-session mosh "${server}" -- tmux attach "$@" -t weechat
|
Loading…
Add table
Add a link
Reference in a new issue