diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-17 20:38:12 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-17 20:38:12 +0530 |
| commit | fa17cb7c918cfd3d6edd102e1decb39aa42a535e (patch) | |
| tree | 0306584e9f3f69d39534271ce4434ea0bebcc771 | |
| parent | 70c6eeba499ed85cdfd58725aff1222b00ff5cae (diff) | |
Trying to fix ^L on bash
| -rwxr-xr-x | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ in "cd" ]; initExtra = '' - bind -x '"\C-l": clear' + bind '"\C-l": clear-screen' set -o vi eval "$(fzf --bash)" eval "$(zoxide init bash)" |
