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
93aaa83d
12fa8711
+1
-1
1 changed file
expand all
collapse all
unified
split
bin
n
+1
-1
bin/n
reviewed
···
4
4
5
5
mkdir /tmp/notelock 2> /dev/null || exit 1
6
6
notefile="$HOME/Sync/notes.md"
7
7
-
vim "+normal G" '+:set autoread' '+ au CursorHold,CursorHoldI * checktime' "$notefile"
7
7
+
nvim "+normal G" '+:set autoread' '+ au CursorHold,CursorHoldI * checktime' "$notefile"
8
8
rmdir /tmp/notelock