summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-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)"