mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
8 lines
210 B
Bash
Executable File
8 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/divaultplan
|
|
git pull
|
|
cd ~/divaultphren
|
|
git pull
|
|
#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md
|
|
vim -c "set nofoldenable" ~/divaultplan/planning_2024.todo ~/divaultphren/index.md
|