diff options
author | Alan Pearce | 2023-09-19 11:13:16 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-19 11:13:31 +0200 |
commit | f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6 (patch) | |
tree | d68731ba5e6cbe0262256416eca4aca37dd5e8f8 /user | |
parent | f7741426ff98976914016ad77ad865d985296fc4 (diff) | |
download | nixfiles-f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6.tar.lz nixfiles-f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6.tar.zst nixfiles-f8197c2b3c252d6597cfdc5c81bf52c2c946e8c6.zip |
shell: use bat for cat
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index b1c14225..ede1c41a 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -31,6 +31,8 @@ in cg = "cd $(git root)"; cdg = "cd $(git root)"; + cat = "bat --plain"; + fd = "bfs -nohidden"; fs = "bfs -nohidden"; |