add gnome-keyring
This commit is contained in:
parent
6063f840d7
commit
2a35165e25
1 changed files with 1 additions and 0 deletions
1
zsh.nix
1
zsh.nix
|
@ -17,6 +17,7 @@
|
|||
bindkey "''${key[Delete]}" delete-char
|
||||
|
||||
function command_not_found_handler() { command-not-found $1 }
|
||||
export $(gnome-keyring-daemon --components=ssh,secrets,pkcs11 --start)
|
||||
alias cat='bat'
|
||||
eval "$(starship init zsh)"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue