mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
10 lines
258 B
Bash
Executable File
10 lines
258 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/divaultplan
|
|
git pull
|
|
cd ~/divaultphren
|
|
git pull
|
|
cd ~/divaultwiki
|
|
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 ~/divaultwiki/home.md
|