Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
4
home/.config/zsh/05-misc.zsh
Normal file
4
home/.config/zsh/05-misc.zsh
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Launch tmux if logging in over ssh
|
||||
if [[ -z "$TMUX" ]] && [ "$SSH_CONNECTION" != "" ]; then
|
||||
tmux attach-session -t ssh_tmux || tmux new-session -s ssh_tmux
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue