alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
important updates
author
j3s
date
5 years ago
(Sep 7, 2020, 3:07 PM -0500)
commit
8b9924de
8b9924de6c2d055e795c88e781738c01b8c20eb6
parent
f84dc386
f84dc38614e1dd73b0021beaa282c77610839066
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.shinit
+1
-1
.shinit
Reviewed
···
14
14
alias startx='ssh-agent startx'
15
15
alias vi=vim
16
16
alias ls='CLICOLOR=1 ls'
17
17
-
alias gj='git add . ; git commit -m "important updates" ; git push'
17
17
+
alias gj='git add . ; git commit -m "*" ; git push'
18
18
19
19
# mksh
20
20
if echo "$SHELL" | grep -q "mksh"; then