diff options
author | Alan Pearce | 2025-01-13 12:16:07 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-13 12:16:07 +0100 |
commit | d879e273288c9f593199c457962e65c8e4f09225 (patch) | |
tree | 89dfe1b86eb05036b9efd498c94e78b2eff4ad06 /user/settings | |
parent | 5787648b0bb2a400cd98c0b2663986b14bb98e04 (diff) | |
download | nixfiles-d879e273288c9f593199c457962e65c8e4f09225.tar.lz nixfiles-d879e273288c9f593199c457962e65c8e4f09225.tar.zst nixfiles-d879e273288c9f593199c457962e65c8e4f09225.zip |
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/shell.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 350665dc..cbf3f96f 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -34,8 +34,6 @@ in cg = "cd $(git root)"; cdg = "cd $(git root)"; - cat = "bat --plain"; - fs = "bfs -nohidden"; http = "xh"; |