mirror of
https://github.com/nmasur/dotfiles
synced 2026-01-18 23:21:14 +00:00
backups and fish functions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
set current_dir $PWD
|
||||
cd $NOTES_PATH
|
||||
git pull
|
||||
git add -A
|
||||
git commit -m autosync
|
||||
git push
|
||||
cd $current_dir
|
||||
Reference in New Issue
Block a user