diff options
author | Alan Pearce | 2024-11-30 11:03:16 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-30 11:03:16 +0100 |
commit | 5ee0a24c3d5945e1964a2e28ac21080e802e6d46 (patch) | |
tree | 5be167a20db0faf4e354a0c6676b6831603bf77c | |
parent | 7ac3436ed9484a526a17cc1cdb570c5872356aad (diff) | |
download | nixfiles-5ee0a24c3d5945e1964a2e28ac21080e802e6d46.tar.lz nixfiles-5ee0a24c3d5945e1964a2e28ac21080e802e6d46.tar.zst nixfiles-5ee0a24c3d5945e1964a2e28ac21080e802e6d46.zip |
shell: remove unused alias
-rw-r--r-- | user/settings/shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 84d2eefc..c33e808e 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -122,7 +122,6 @@ in hox = "home-manager expire-generations '-30 days'"; lw = "lorri watch"; - lw1 = "lorri watch --once"; lwo = "lorri watch --once"; nsh = "nix shell"; |