Add shell updates, reenable prtsc screenshot

This commit is contained in:
askiiart 2024-03-16 14:13:32 -05:00
parent 765108b686
commit 97833d6221
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
4 changed files with 18 additions and 3 deletions

View file

@ -10,6 +10,7 @@ if status is-interactive
# ctrl+backspace (^H in kitty)
# for ctrl+delete: kill-word (unsure about its code in kitty)
bind \cH backward-kill-path-component
bind '[3;5~' kill-word
set -x NIXPKGS_ALLOW_UNFREE 1
set -x NIXPKGS_ALLOW_INSECURE 1
end