Fix static analysis and lint errors
This commit is contained in:
parent
8494eda973
commit
d7e8831423
9 changed files with 116 additions and 117 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/zsh
|
||||
# automatically use tmux whenever we ssh to a server
|
||||
|
||||
function ssht(){
|
||||
function ssht() {
|
||||
ssh "$@" -t 'tmux a || tmux || /bin/bash'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue