diff options
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"; |