mirror of
https://github.com/nmasur/dotfiles
synced 2025-12-03 07:12:42 +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