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
parent 98e92d1ce1
commit 327e209afc
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";