gg
This commit is contained in:
@@ -18,7 +18,7 @@ bottom = false
|
||||
line-size = 3
|
||||
;locale = tr_TR.UTF-8
|
||||
|
||||
width = 99.4%
|
||||
width = 99.5%
|
||||
height = 20
|
||||
offset-x = 4
|
||||
offset-y = 3
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
pushd /home/synchronous/nix-cfg
|
||||
|
||||
# Early return if no changes were detected (thanks @singiamtel!)
|
||||
# git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||
git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||
if git --git-dir /home/synchronous/nix-cfg/.git diff --quiet; then
|
||||
echo "No changes detected, exiting."
|
||||
popd
|
||||
@@ -23,7 +23,7 @@ alejandra . &>/dev/null \
|
||||
|
||||
# Shows your changes
|
||||
|
||||
git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||
# git --git-dir /home/synchronous/nix-cfg/.git add .
|
||||
git --git-dir /home/synchronous/nix-cfg/.git --no-pager diff -U0
|
||||
# '*.nix'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user