diff --git a/sync-all-repos b/sync-all-repos index b21e0ee..c4ecbe9 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -4,13 +4,14 @@ set -e for repo in ~/.ctt \ ~/vcs/notes/ \ - ~/vcs/ungleich-administrativ/ \ ~/vcs/mindmap/ \ + ~/vcs/ungleich-administrativ/ \ ~/.password-store \ ; do + echo $repo cd $repo git add . - git commit -m "updated by $0" + git commit -m "updated by $0" || true git pull git push done diff --git a/x-auto b/x-auto index 4c44e52..3e7516b 100755 --- a/x-auto +++ b/x-auto @@ -5,7 +5,7 @@ if [ "$#" -lt 1 ]; then set -- "$@" above fi -primary=eDP-1 +primary=eDP1 # position: something xrandr understands position=$1; shift