my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of giit.cyberia.club:~j3s/dotfiles

+7 -1
+6
.env
··· 20 20 . /tmp/ssh-agent-$USER >/dev/null 21 21 fi 22 22 23 + # Make ^+L work on mksh 24 + if echo "$SHELL" | grep -q "mksh"; then 25 + bind '^L=clear-screen' 26 + export HISTFILE="$HOME/.mksh-history" 27 + fi 28 + 23 29 # colorize ls 24 30 if ls --version 2>&1 | grep -i gnu >/dev/null 25 31 then
.password-store/b/retirement.gpg

This is a binary file and will not be displayed.

+1 -1
bin/MACC02VK5ECHTD7/jws-ssh
··· 15 15 16 16 # if no arguments: opens tmux panes to every remote host in list via ssh, sync panes 17 17 tmux set default-shell "/bin/sh" 18 - tmux new-window 'sleep 0.1' 18 + tmux new-window 'sleep 0.2' 19 19 while IFS='$\n' read -r i; do 20 20 ip=$(echo "$i" | awk '{print $2}') 21 21 tmux split-window "ssh $ip"