nvim is working like before and 1password is sourced in fish

This commit is contained in:
christoph.hollizeck 2024-03-27 17:13:17 +01:00 committed by Christoph Hollizeck
parent b914c5b2b6
commit 74959a7edf
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 158 additions and 0 deletions

View file

@ -26,6 +26,7 @@ in {
shellInit = "
zoxide init fish | source
starship init fish | source
source ~/.config/op/plugins.sh
";
shellAliases = {
vim = "nvim";