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
9b81391b
4c46cf2e
+1
-1
1 changed file
expand all
collapse all
unified
split
bin
n
+1
-1
bin/n
reviewed
···
3
3
# Open notes file & take notes
4
4
5
5
mkdir /tmp/notelock 2> /dev/null || exit 1
6
6
-
notefile="$HOME/drop/notes.md"
6
6
+
notefile="$HOME/Sync/notes.md"
7
7
vim "+normal G" "$notefile"
8
8
rmdir /tmp/notelock