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