mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/mydocs/work/divault
|
|
git pull
|
|
#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md
|
|
vim -c "set nofoldenable" planning_2020.todo notes.md
|