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