Source fzf fish completion

This commit is contained in:
Johannes Rothe 2025-02-21 19:53:31 +01:00
parent 2e8292c310
commit 0f42a868b4

View File

@ -57,6 +57,7 @@
export GIT_COMMITTER_EMAIL="${mail}" export GIT_COMMITTER_EMAIL="${mail}"
export VAULT_ADDR="https://passwords.magazino.eu:8201" export VAULT_ADDR="https://passwords.magazino.eu:8201"
export NIX_PATH=$HOME/.nix-defexpr/channels export NIX_PATH=$HOME/.nix-defexpr/channels
fzf --fish | source
''; '';
shellAliases = { shellAliases = {
"..." = "cd ../.."; "..." = "cd ../..";