fix hme function

This commit is contained in:
Bit Borealis 2023-08-20 19:17:47 +00:00
parent 72407f2b9e
commit 5762b19bd5
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
functions = {
hme = ''
git pull
edit ~/.config/home-manager/home.nix";
edit ~/.config/home-manager/home.nix
'';
hmu = ''
set -l hm_before_commit $PWD