Add void support, misc other changes
This commit is contained in:
parent
274c0a37d3
commit
4bbfa111d5
25 changed files with 136 additions and 395 deletions
|
@ -1,6 +1,6 @@
|
|||
if status is-interactive
|
||||
fish_add_path .cargo/bin/
|
||||
fish_add_path /opt/clang-format-static
|
||||
set -gx PATH $PATH ~/.cargo/bin/
|
||||
set -gx PATH $PATH /opt/clang-format-static
|
||||
set -x GPG_TTY (tty)
|
||||
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
||||
set -x EDITOR nvim
|
||||
|
@ -8,7 +8,7 @@ if status is-interactive
|
|||
gpgconf --launch gpg-agent
|
||||
gpg-connect-agent updatestartuptty /bye
|
||||
# ctrl+backspace (^H in kitty)
|
||||
# for ctrl+delete: kill-word (unsure about its code in kitty)
|
||||
# for ctrl+delete: kill-word ([3;5~ in kitty)
|
||||
bind \cH backward-kill-path-component
|
||||
bind '[3;5~' kill-word
|
||||
set -x NIXPKGS_ALLOW_UNFREE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue