fix hyprland config
This commit is contained in:
parent
377fd10818
commit
7d24a5a0bc
|
@ -24,7 +24,7 @@
|
||||||
echo "Git wasn't initialized here."
|
echo "Git wasn't initialized here."
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
push = pkgs.writeShellScriptBin "commit" ''
|
commit = pkgs.writeShellScriptBin "commit" ''
|
||||||
git_directory=$PWD/.git
|
git_directory=$PWD/.git
|
||||||
if [[ -d $git_directory ]];then
|
if [[ -d $git_directory ]];then
|
||||||
git add .
|
git add .
|
||||||
|
|
Loading…
Reference in a new issue