mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
6 lines
223 B
Bash
Executable File
6 lines
223 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/mydocs/work/sanoma
|
|
git pull
|
|
#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md
|
|
vim -c "set nofoldenable" planning_2018.todo cs_notes.md cs_howtos.md dcp_notes.md dcp_howtos.md planning_2017.todo
|