summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-17 20:38:12 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-17 20:38:12 +0530
commitfa17cb7c918cfd3d6edd102e1decb39aa42a535e (patch)
tree0306584e9f3f69d39534271ce4434ea0bebcc771
parent70c6eeba499ed85cdfd58725aff1222b00ff5cae (diff)
Trying to fix ^L on bash
-rwxr-xr-xhome.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index c08c0e1..5dfc32c 100755
--- a/home.nix
+++ b/home.nix
@@ -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)"