mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 21:20:13 +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