mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-03-22 00:30:49 +01:00
Better order, makes working dir for notes correct too
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
cd ~/divaultplan
|
||||
git pull
|
||||
cd ~/divaultphren
|
||||
git pull
|
||||
#cd ~/divaultphren
|
||||
#git pull
|
||||
cd ~/divaultwiki
|
||||
git pull
|
||||
cd ~/divaultplan
|
||||
git pull
|
||||
#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md
|
||||
if ! command -v nvim >/dev/null 2>&1; then
|
||||
vim -c "set nofoldenable" ~/divaultplan/planning_2026.md
|
||||
|
||||
Reference in New Issue
Block a user