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
*
author
j3s
date
5 years ago
(Jun 22, 2021, 8:19 PM -0500)
commit
93aaa83d
93aaa83d2c31ef2ed928eb9e2853383fc83f601f
parent
12fa8711
12fa871117f7efdf1a7241c86967d8c5d47f5de6
+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