Update .chezmoiscripts/20-pacman.sh

Add .config/fish/conf.d/30-nvim.fish
This commit is contained in:
punkfairie 2024-10-05 17:28:50 -07:00
parent 8666bcf1dd
commit e02c27fb4a
No known key found for this signature in database
GPG key ID: D3EDA7AFCA61B350
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash
if command -v pacman-key &>/dev/null; then
sudo pacman-key --init
sudo pacman-key --populate archlinux
fi

View file

@ -0,0 +1,3 @@
#!/usr/bin/env fish
fish_add_path "$HOME/.local/bin/nvim-linux64/bin"