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