Add .local/bin/push_chezmoi
This commit is contained in:
parent
806a126360
commit
b3d304bbbb
1 changed files with 8 additions and 0 deletions
8
private_dot_local/bin/executable_push_chezmoi
Normal file
8
private_dot_local/bin/executable_push_chezmoi
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
REPO="$(chezmoi source-path)"
|
||||
|
||||
cd "$REPO"
|
||||
git push
|
||||
Loading…
Add table
Add a link
Reference in a new issue