forge
login
or
join now
j3s.sh
/
dotfiles
star
2
fork
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
2
fork
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
*
j3s
5 years ago
e0435ce8
a08a1610
+6
-9
2 changed files
expand all
collapse all
unified
split
.shinit
bin
vi
+3
-9
.shinit
reviewed
···
9
9
fi
10
10
fi
11
11
12
12
-
export EDITOR=vim
13
13
-
export PS1='$(short-pwd)$ '
14
14
-
15
15
-
export PASH_KEYID=j3s@c3f.net
16
16
-
export PASH_DIR="$HOME/.password-store"
17
17
-
18
18
-
# general
19
19
-
alias vi=vim
20
20
-
alias gj='git add . ; git commit -m "*" ; git push'
21
12
22
13
# launch alacritty with no GPU support if on old thinkpad
23
14
if [ "$(hostname)" == 'nyx' ]; then
···
37
28
source /usr/local/share/chruby/chruby.sh
38
29
chruby ruby-2.6.2
39
30
fi
31
31
+
32
32
+
export EDITOR=vim
33
33
+
export PS1='$(short-pwd)$ '
+3
bin/vi
reviewed
···
1
1
+
#!/bin/sh
2
2
+
3
3
+
vim