my dotz
0

Configure Feed

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

add gj and new matrix

+5
+1
.shinit
··· 14 14 alias startx='ssh-agent startx' 15 15 alias vi=vim 16 16 alias ls='CLICOLOR=1 ls' 17 + alias gj='git add . ; git commit -m "important updates" ; git push' 17 18 18 19 # mksh 19 20 if echo "$SHELL" | grep -q "mksh"; then
+4
.ssh/config
··· 11 11 Host baikal 12 12 Hostname 69.61.110.118 13 13 User cyberian 14 + 15 + Host matrix 16 + Hostname 69.61.2.190 17 + User cyberian