mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 19:20:27 +01:00
8 lines
226 B
Bash
Executable File
8 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/mydocs/work/divault
|
|
git pull
|
|
cd ~/divaultphren
|
|
git pull
|
|
#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md
|
|
vim -c "set nofoldenable" ~/mydocs/work/divault/planning_2021.todo ~/divaultphren/index.md
|